DELETE /mealplanner/{username}/shopping-list/items/{id}
Delete from Shopping List
Delete an item from the current shopping list of the user.
Request Traces
Request Headers
DELETE https://api.spoonacular.com/mealplanner/{username}/shopping-list/items/{id}
Accept: application/json
HTTP Response
HTTP 200
Success
{
}
HTTP 401
Unauthorized
HTTP 403
Forbidden
HTTP 404
Not Found
