DeleteFeatures
{
"topic": "org.eclipse.ditto/fancy-thing/things/twin/commands/delete",
"headers": {
"correlation-id": "<command-correlation-id>"
},
"path": "/features"
}
DeleteFeaturesResponse
{
"topic": "org.eclipse.ditto/fancy-thing/things/twin/commands/delete",
"headers": {
"correlation-id": "<preserved-command-correlation-id>"
},
"path": "/features",
"status": 204
}
FeaturesDeleted
{
"topic": "org.eclipse.ditto/fancy-thing/things/twin/events/deleted",
"headers": {
"correlation-id": "<preserved-command-correlation-id>"
},
"path": "/features",
"revision": 1
}