Skip to main content

Delete multiple workspaces

Enterprise Only

This endpoint is only available in the Enterprise package and requires the authenticated user to be a Super Admin.

Method: DELETE

URL: https://example.com/<MIXPOST_CORE_PATH>/api/panel/workspaces

Authorization: Bearer <token>

Body:

{
"workspaces": [
"3bbd0951-5b04-432b-b2a0-688588b0720e",
"f9288040-0d50-4e40-83d6-10ef6dd31d9d"
]
}
KeyFormatRequiredDescription
workspacesarrayrequiredArray of workspace UUIDs to delete

Response:

{
"success": true
}