DeleteResource
{
"topic": "com.acme/the_policy_id/policies/commands/delete",
"headers": {
"content-type": "application/vnd.eclipse.ditto+json"
},
"path": "/entries/the_label/resources/thing:/the_resource_path"
}
DeleteResourceResponse
{
"topic": "com.acme/the_policy_id/policies/commands/delete",
"headers": {
"content-type": "application/vnd.eclipse.ditto+json"
},
"path": "/entries/the_label/resources/thing:/the_resource_path",
"status": 204
}