Purpose
Permanently delete a workspace and all its contents (meetings, files, notes). Requires confirmation and respects retention/legal holds.
Auth / Scope
Only workspace owner or org owner can delete. Cannot delete if active legal hold exists.
Headers
Authorization: Bearer <USER_JWT>
Idempotency & retries
Safe to retry — returns 204 if already deleted.
Rate limits
5 deletes/hour per user.
curl --location --request DELETE 'http://localhost:3000/api/workspaces/'{}