Docs

Delete Organization

DELETE /Organizations/{organizationId}

DELETE/Organizations/{organizationId}

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.
Organization tokenx-Organization-TokenOptionalRun **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

FieldTypeRequiredDescription
organizationIdGuidRequiredThe organization to delete.