Workspaces
Delete a workspace
Delete an existing workspace. The default workspace cannot be deleted. Workspaces with active API keys cannot be deleted; remove the keys first. 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
}