Skip to main content

Delete multiple workspaces

DELETE 

/panel/workspaces

Deletes several workspaces at once, matching them by UUID. Each workspace's subscription teardown is queued in the background.

This endpoint performs no validation: an omitted, empty or all-unknown workspaces array is a silent no-op that still returns 200 with {"success": true}. Unknown UUIDs are skipped without being reported, so check the workspaces afterwards if you need confirmation.

Request

Responses

{"success": true} — hard-coded literal, never false.