fastmon Docs
Org keys

Revoke Org Key

Report an issue

Revoke an org key. It stops authenticating immediately; no other key is affected. No step-up, matching the personal revoke route: revocation is the fail-safe direction, and a password prompt during a leak is a cost paid at exactly the wrong time.

No _require_authority_over here, and that is the whole point of the rule rather than an omission: a member may not reshape an owner-grade key, but must always be able to kill one. Containment cannot depend on an owner being awake. Anyone who may see the list may pull anything on it.

Authorization

bearerAuth
AuthorizationBearer <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

Path Parameters

org_id*Org Id
Formatuuid
key_id*Key Id
Formatuuid

Response Body

application/json

application/json

application/json

application/json

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