DELETE /ingredients/:id_or_alias/feeling
Marks that the user has no feelings about the ingredient
Path parameters
-
ID of the resource to return
DELETE /ingredients/{id_or_alias}/feeling
curl \
-X DELETE https://api.cosmily.com/api/v1/ingredients/{id_or_alias}/feeling \
-H "Authorization: Bearer $ACCESS_TOKEN"