delete https://api.things5.digital/v1/recipes/machines//device_managed_recipes/
Immediately trigger the mqtt message to be sent to the machine. delete recipe request
Device must be connected in order to delete recipe
Responses
Immediately trigger the mqtt message to be sent to the machine. delete recipe request
Device must be connected in order to delete recipe
xxxxxxxxxx
curl --request DELETE \
--url https://api.things5.digital/v1/recipes/machines/machine_id/device_managed_recipes/recipe_id \
--header 'accept: application/json' \
--header 'authorization: Bearer <access_token>'