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
name | description | example | required |
---|---|---|---|
request_id | the request id to be sent back by the device when sending the response | ||
recipe_id | string. the recipe unique id | true |
Response has to be sent into the delete recipe response