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). Send as Authorization: Bearer fm_... or paste the full token (including the fm_ 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/v1/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "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": {} }}