v50

latestOpenAPI 3.0.0raw.githubusercontent.com2026-06-15367117899.6 KB
Organization

Delete organization

Permanently deletes the authenticated organization. This action cannot be undone.

delete/v1/organization

Response

Organization deleted successfully

successboolean

Indicates successful deletion

authType'api-key' | 'session'

How the request was authenticated

Example response

{
  "success": true,
  "deletedOrganization": {
    "id": "org_abc123def456",
    "name": "Acme Corporation"
  }
}