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"
]
}
| Key | Format | Required | Description |
|---|---|---|---|
workspaces | array | required | Array of workspace UUIDs to delete |
Response:
- 200
- 401
- 403
{
"success": true
}
{
"message": "Unauthenticated."
}
{
"message": "Access forbidden."
}