Operating system set to macOS
Documentation jurisdiction set to United States
Sign inConnect Claude

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_idrequired
path
—

Responses

204Workplan archived successfully
401Unauthorized
404Workplan not found
422Validation Error
FieldTypeDescription
detailValidationError[]—
item shape
curl https://api.dev.arch.ie/api/v1/workstreams/workplans/<blueprint_id> \
  -X DELETE \
  -H "Authorization: Bearer sk_..."
API Reference · Archie for developers