DeleteThingDefinition
{
  "topic": "org.eclipse.ditto/fancy-thing/things/twin/commands/delete",
  "headers": {
    "correlation-id": "<command-correlation-id>"
  },
  "path": "/definition"
}
DeleteThingDefinitionResponse
{
  "topic": "org.eclipse.ditto/fancy-thing/things/twin/commands/delete",
  "headers": {
    "correlation-id": "<preserved-command-correlation-id>"
  },
  "path": "/definition",
  "status": 204
}
DefinitionDeleted
{
  "topic": "org.eclipse.ditto/fancy-thing/things/twin/events/deleted",
  "headers": {
    "correlation-id": "<preserved-command-correlation-id>"
  },
  "path": "/definition",
  "revision": 3
}