Docs
Delete Organization
DELETE /Organizations/{organizationId}
DELETE
/Organizations/{organizationId}Required Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
| Organization token | x-Organization-Token | Optional | Run **Authorize Organization** in the Authorization folder. |
Permanently deletes the organization and all associated user permissions. This action is irreversible.
Cannot delete a personal organization or an organization with an active Stripe subscription — the request will be rejected in either case.
Requires OrganizationAdmin permission.
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| organizationId | Guid | Required | The organization to delete. |