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
Example response
{
"deleted": true
}