Delete Organization
Delete organization and all related data. Owner-only.
Irreversibly cascades to sites, invites, partner links and memberships, so
it requires owner-level access (matching update/transfer-ownership).
Member-level access — including partner-org access to a client org — is not
enough to destroy an organization.
What gets deleted:
- All sites belonging to the organization
- All pending invites
- All member associations (memberships)
- The organization itself
What is preserved:
- User accounts of all members (by default)
Optional: delete_account
If delete_account=true is passed as a query parameter, the current user's
account will also be deleted after the organization is removed.
Authorization
bearerAuth API token generated from the fastmon dashboard (Account → API Token) or at organization level (fmo_…, one that outlives its creator). Send as Authorization: Bearer fm_... or paste the full token (including its prefix) into the Authorize dialog.
In: header
Path Parameters
uuidQuery Parameters
If true, also delete the requesting user's account
falseResponse Body
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08"