DELETE /ingredients/:id_or_alias/feeling

DELETE /ingredients/{id_or_alias}/feeling

Marks that the user has no feelings about the ingredient

Path parameters

Responses

  • 204

    no content success

  • 400

    Bad Request

  • 401

    Authorization information is missing or invalid.

  • 404

    Ingredient Not Found

  • 409

    Conflict occurred

  • 500

    Server Error

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"