DELETE /routines/request/:id

DELETE /routines/request/{id}

Cancel Routine Request

Path parameters

  • id integer(int64) Required

    ID of the resource to fetch

Responses

  • 204

    no content success

  • 401

    Authorization information is missing or invalid.

  • 403

    Authorization forbidden

  • 404

    Routine Request not found

  • 405

    Method Not Allowed

  • 410

    Gone

  • 500

    Server Error

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