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
- 200
- 401
- 403
{"success": true} — hard-coded literal, never false.
The bearer token is missing, malformed, unknown, or expired.
The token is valid, but the user it belongs to may not perform this action:
- they are not a member of the
{workspace}in the path; or - their workspace role is too low for this endpoint (write routes require Admin or Member); or
- for
/panelendpoints, they are not a platform administrator.
The host application that Mixpost is installed into can also deny access to Mixpost as a whole, which produces the same response.