Delete a recipe

Delete a recipe specified by ID.

Path parameters

recipe_idintegerRequired
Recipe ID.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Delete action response
successboolean
Indicates whether the recipe is deleted successfully.
errorsmap from strings to any
Details of the error in case of failure.

Errors