DELETE /ingredient_opinions/:opinion_uuid

DELETE /ingredient_opinions/{opinion_uuid}

Delete an ingredient opinion

Path parameters

Responses

  • 204

    no content success

  • 400

    Bad Request

  • 401

    Authorization information is missing or invalid.

  • 403

    Authorization forbidden

  • 404

    Ingredient Opinion Not Found

  • 410

    Gone

  • 500

    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"