[Sub] Delete recipe request

Subscribe to this topic to accept delete recipe requests.
Delete a single recipe.

Request Topic and Payload

Topic

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

Payload Representation

{
  "request_id": "UUID sent in the request",
  "recipe_id": "recipe unique id" 
}

Payload Parameters

namedescriptionexamplerequired
request_idthe request id to be sent back by the device when sending the response
recipe_idstring. the recipe unique idtrue

📘

Response has to be sent into the delete recipe response