DeleteFeatureProperty
{
"topic": "org.eclipse.ditto/fancy-thing/things/twin/commands/delete",
"headers": {
"correlation-id": "<command-correlation-id>"
},
"path": "/features/accelerometer/properties/x"
}
DeleteFeaturePropertyResponse
{
"topic": "org.eclipse.ditto/fancy-thing/things/twin/commands/delete",
"headers": {
"correlation-id": "<preserved-command-correlation-id>"
},
"path": "/features/accelerometer/properties/x",
"status": 204
}
FeaturePropertyDeleted
{
"topic": "org.eclipse.ditto/fancy-thing/things/twin/events/deleted",
"headers": {
"correlation-id": "<preserved-command-correlation-id>"
},
"path": "/features/accelerometer/properties/x",
"revision": 1
}