Edit this page

DeleteAttribute

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

DeleteAttributeResponse

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

AttributeDeleted

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