OpenAPI 3.1.0MITraw.githubusercontent.com2026-08-17977671.3 MB

e1c24a83149d

Workspaces

Delete a workspace

Delete an existing workspace. Workspaces with active API keys cannot be deleted; remove the keys first. Deleting the default workspace is not yet generally available; callers not enabled for it receive a 403 while the capability rolls out. Deleting any workspace permanently deletes its budgets and guardrails and disables its classifiers and broadcast destinations. Management key required.

delete/workspaces/{id}

Path parameters

idstring required

The workspace ID (UUID) or slug

Example:production

The workspace ID (UUID) or slug

Response

Workspace deleted successfully

deletedtrue required

Confirmation that the workspace was deleted

Example response

{
  "deleted": true
}