Organization
Delete organization
Permanently deletes the authenticated organization. This action cannot be undone. Supports both API key authentication (X-API-Key header) and session authentication (Bearer token or cookies).
delete/v1/organization
Response
Organization deleted successfully
Example response
{
"success": true,
"deletedOrganization": {
"id": "org_abc123def456",
"name": "Acme Corporation"
}
}