Remove a Recipe from a Community
This endpoint allows you to remove a recipe from a community.
Remove a Recipe
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
{}{
"error_code": "REAL_CODES_ARE_IN_ENDPOINT_DESCRIPTION",
"message": "Additional details about error are not static and can be changed"
}{
"code": "auth.tokenNotFound"
}This is unexpected response, something is wrong on our side, please contact: [email protected]Sample Request and Response
curl -X DELETE "https://api.whisk.com/community/v2/39d539c738eb47debfb1a6319d34235a/recipes/101772a1db675504ef37b28e918643d571decf6ddb5"
-H "Accept: application/json"
-H "Authorization: Bearer <YOUR-API-ACCESS-KEY>"{}Last updated
Was this helpful?