Delete recipe in a customer workspace

Deletes an existing recipe based on recipe ID.

Path parameters

recipe_idintegerRequired
Recipe ID.
managed_user_idintegerRequired

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