Delete Template Api V1 Workstreams Templates Template Id Delete
delete
/api/v1/workstreams/templates/{template_id}Delete template
Delete a template and cascade-delete its blueprints and cycles.
**Authentication Required:** JWT Bearer token
Path parameters
template_idrequiredpath | — |
Responses
204Template deleted successfully
401Unauthorized
404Template not found
422Validation Error
| Field | Type | Description |
|---|---|---|
detail | ValidationError[] | —item shape |
curl https://api.dev.arch.ie/api/v1/workstreams/templates/<template_id> \
-X DELETE \
-H "Authorization: Bearer sk_..."