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

  • no content success

  • Bad Request

  • Authorization information is missing or invalid.

  • User Not Found

  • Unprocessable Entity

  • Server Error

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