[Pub] Delete recipe response

Publish on this topic to send a response for a previous delete recipe request.

Request Topic and Payload

Topic

things5-production/v1/devices/<device-id>/cmd/delete_recipe_res

Payload Representation

{
  "request_id": "UUID sent in the request",
  "recipe_id": "id of the recipe",
  "errors": ["errors if any"]
}