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
- 200
- 401
- 403
- 404
Revoke a service account's API key
Missing or invalid API key
The API key is not authorized for this resource
The requested resource was not found