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
Unboost a recipe
DELETE /api/v1/recipes/{id}/boostRemove a previously created boost on the specified recipe, retracting the re-share from the authenticated user’s followers’ timelines.
Required Scopes
write
Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
id |
path | yes | integer |
Request Body
None.
Responses
204
recipe unboosted
Prev
Boost a recipe
Next
Boost a baking
