fastmon Docs
Organizations

Delete Organization

Fehler melden

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.

AuthentifizierungBearer <token>

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

Pfad-Parameter

org_id*Org Id
Formatuuid

Query-Parameter

delete_account?Delete Account

If true, also delete the requesting user's account

Defaultfalse

Response-Body

application/json

application/json

application/json

application/json

DELETE
/organizations/{org_id}
curl -X DELETE "https://example.com/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Leer