Delete Cycle Api V1 Workstreams Cycles Cycle Id Delete
delete
/api/v1/workstreams/cycles/{cycle_id}Delete cycle
Delete a cycle and all associated tasks and impact ledger entries (cascade).
**Authentication Required:** JWT Bearer token
Path parameters
cycle_idrequiredpath | — |
Responses
204Cycle deleted successfully
401Unauthorized
404Cycle not found
422Validation Error
| Field | Type | Description |
|---|---|---|
detail | ValidationError[] | —item shape |
curl https://api.dev.arch.ie/api/v1/workstreams/cycles/<cycle_id> \
-X DELETE \
-H "Authorization: Bearer sk_..."