DELETE /ingredient_opinions/:opinion_uuid
Delete an ingredient opinion
Path parameters
-
uuid of the Opinion to fetch
DELETE /ingredient_opinions/{opinion_uuid}
curl \
-X DELETE https://api.cosmily.com/api/v1/ingredient_opinions/{opinion_uuid} \
-H "Authorization: Bearer $ACCESS_TOKEN"