In this section
← Recipe
- Retrieve the required recipe
- Boost a recipe
- Unboost a recipe
- Recursively retrieve the specified recipe's linked recipes
- Retrieve the recipe's media available to the current user
- Retrieve all of the user's recipes
- Create a new recipe
- Retrieve the specified recipe by its id
- Update an existing recipe
- Delete a recipe
On this page
Delete a recipe
DELETE /api/v1/recipes/{id}Permanently delete the specified recipe and all its steps and ingredients. Only the owning account may delete it. This action cannot be undone.
Required Scopes
write
Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
id |
path | yes | integer |
Request Body
None.
Responses
204
recipe deleted
Next
Perform a search
