Ingredients
Delete a specific ingredient
Use this method to delete a specific ingredient, using its id
.
This operation cannot be undone.
DELETE
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique ingredient identifier, generated when the ingredient was created.
Response
204
Ingredient successfully deleted