DELETE /routines/:id/favorite

DELETE /routines/{id}/favorite

Deletes favorite routine for current user.

Path parameters

  • id integer(int64) Required

    ID of the resource to fetch

Responses

  • 204

    no content success

  • 400

    Bad Request

  • 401

    Authorization information is missing or invalid.

  • 404

    User Not Found

  • 422

    Unprocessable Entity

  • 500

    Server Error

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