Diese Dokumentation entsteht gerade: einzelne Seiten können noch unvollständig oder stellenweise ungenau sein.
fastmon Docs
Organizations

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.

AuthentifizierungBearer <token>

API token generated from the fastmon dashboard (Account → API Token). Send as Authorization: Bearer fm_... or paste the full token (including the fm_ 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
/v1/organizations/{org_id}
curl -X DELETE "https://example.com/v1/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Leer
{  "error": {    "code": "string",    "message": "string",    "request_id": "string",    "doc_url": "string",    "details": {}  }}
{  "error": {    "code": "string",    "message": "string",    "request_id": "string",    "doc_url": "string",    "details": {}  }}
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string",      "input": null,      "ctx": {}    }  ]}
{  "error": {    "code": "string",    "message": "string",    "request_id": "string",    "doc_url": "string",    "details": {}  }}