Revoke API key
Revokes an API key by :id path parameter after confirming it belongs to the caller’s organization. Authorization: organization administrators only. Returns 204 on success; 404 if the key does not exist or is not in this org.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
id
Response
API key revoked (empty body).