Organizations
Permanently delete an Organization and all of its Workspaces
Atomically deletes the complete Organization boundary after current-Owner authorization, exact canonical-name confirmation, recent authentication, and a final blocker check. Required content-free billing and audit evidence remains.
DELETE
/organizations/{id}Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Organization ID
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X DELETE "https://example.com/organizations/string" \ -H "Content-Type: application/json" \ -d '{ "confirm_name": "string" }'{ "$schema": "https://example.com/api/v1/schemas/OrganizationDeletionOutputBody.json", "deleted": true}