Permanently delete the workspace

Destructive operation. Requires ?confirm={workspace_id} to match the caller’s workspace or the request is rejected with 400. On success returns 204 and all workspace data (agents, numbers, keys) is cascaded via foreign key constraints.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

confirmstringRequired
Must equal the caller's workspace ID.

Errors

400
Delete Workspace Request Bad Request Error