DeleteResource
{
"topic": "org.eclipse.ditto/the_policy_id/policies/commands/delete",
"headers": {
"correlation-id": "<command-correlation-id>"
},
"path": "/entries/the_label/resources/thing:/the_resource_path"
}
DeleteResourceResponse
{
"topic": "org.eclipse.ditto/the_policy_id/policies/commands/delete",
"headers": {
"correlation-id": "<preserved-command-correlation-id>"
},
"path": "/entries/the_label/resources/thing:/the_resource_path",
"status": 204
}