Organization
Delete organization
Permanently deletes the authenticated organization. This action cannot be undone.
delete/v1/organization
Response
Organization deleted successfully
Example response
{
"success": true,
"deletedOrganization": {
"id": "org_abc123def456",
"name": "Acme Corporation"
}
}Changes
Changed in 1 of the 51 revisions of this API.1
- ●
deleted the
headerrequest parameterX-Organization-Idrequest-parameter-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●