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