[Pub] Delete recipe responsePublish on this topic to send a response for a previous delete recipe request.Request Topic and Payload Topic Topicthings5-production/v1/devices/<device-id>/cmd/delete_recipe_res Payload Representation JSON{ "request_id": "UUID sent in the request", "recipe_id": "id of the recipe", "errors": ["errors if any"] }