Edit this page

DeleteFeatureProperties

{
  "topic": "org.eclipse.ditto/fancy-thing/things/twin/commands/delete",
  "headers": {
    "correlation-id": "<command-correlation-id>"
  },
  "path": "/features/accelerometer/properties"
}

DeleteFeaturePropertiesResponse

{
  "topic": "org.eclipse.ditto/fancy-thing/things/twin/commands/delete",
  "headers": {
    "correlation-id": "<preserved-command-correlation-id>"
  },
  "path": "/features/accelerometer/properties",
  "status": 204
}

FeaturePropertiesDeleted

{
  "topic": "org.eclipse.ditto/fancy-thing/things/twin/events/deleted",
  "headers": {
    "correlation-id": "<preserved-command-correlation-id>"
  },
  "path": "/features/accelerometer/properties",
  "revision": 1
}