Skip to main content

Revoke a service account's API key

DELETE 

/v1/networks/:networkId/service-accounts/:id/keys/:keyId

Soft-revokes a single key belonging to this service account: it stops authenticating immediately but its record is retained. Requires the administrator role. A key id that does not belong to this account returns not found (404), and revoking an already-revoked key is a no-op that still succeeds.

Request

Responses

Revoke a service account's API key