Delete Blueprint Api V1 Workstreams Workplans Blueprint Id Delete
delete
/api/v1/workstreams/workplans/{blueprint_id}Archive workplan
Archive a workplan (soft delete by setting status to 'archived').
**Authentication Required:** JWT Bearer token
Path parameters
blueprint_idrequiredpath | — |
Responses
204Workplan archived successfully
401Unauthorized
404Workplan not found
422Validation Error
| Field | Type | Description |
|---|---|---|
detail | ValidationError[] | —item shape |
curl https://api.dev.arch.ie/api/v1/workstreams/workplans/<blueprint_id> \
-X DELETE \
-H "Authorization: Bearer sk_..."