EaserixDocs
DevelopersAPI referenceTasksCycles

Delete a cycle

Hard delete. Issues in the cycle are NOT deleted — they fall back to no cycle. To warn before deleting, count them with GET /v1/issues?cycle_id= first.

View as Markdown
DELETE
/v1/cycles/{id}
AuthorizationBearer <token>

In: header

Path Parameters

id*string
Formatuuid

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/v1/cycles/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{  "message": "string"}