DELETE /ingredient_opinions/:opinion_uuid

DELETE /ingredient_opinions/{opinion_uuid}

Delete an ingredient opinion

Path parameters

Responses

  • no content success

  • Bad Request

  • Authorization information is missing or invalid.

  • Authorization forbidden

  • Ingredient Opinion Not Found

  • Gone

  • Server Error

DELETE /ingredient_opinions/{opinion_uuid}
curl \
 -X DELETE https://api.cosmily.com/api/v1/ingredient_opinions/{opinion_uuid} \
 -H "Authorization: Bearer $ACCESS_TOKEN"