Delete Blueprint Api V1 Workstreams Blueprints Blueprint Id Delete
delete
/api/v1/workstreams/blueprints/{blueprint_id}deprecatedArchive blueprint (deprecated)
Deprecated alias for the matching `/workplans` operation.
**Deprecated:** renamed to the `/api/v1/workstreams/workplans/...` surface. This `/blueprints/...` path still works but will be removed in a future release. Update integrations to use `workplans`.
Path parameters
blueprint_idrequiredpath | — |
Responses
204Successful Response
422Validation Error
| Field | Type | Description |
|---|---|---|
detail | ValidationError[] | —item shape |
curl https://api.dev.arch.ie/api/v1/workstreams/blueprints/<blueprint_id> \
-X DELETE \
-H "Authorization: Bearer sk_..."