DELETE /routines/request/:id

DELETE /routines/request/{id}

Cancel Routine Request

Path parameters

  • id integer(int64) Required

    ID of the resource to fetch

Responses

  • no content success

  • Authorization information is missing or invalid.

  • Authorization forbidden

  • Routine Request not found

  • Method Not Allowed

  • Gone

  • Server Error

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