Skip to main content
POST
Revoke a principal's access keys

gRPC method: RevokeAccessKeysByPrincipal

Revokes every access key owned by principalName.
data.json
Example request

Authorizations

Authorization
string
header
default:Bearer {API_ACCESS_TOKEN}
required

CoreWeave API access token sent as a bearer token in the Authorization header (the value is prefixed with Bearer). Used by every operation except the SAML/OIDC token-exchange endpoints (anonymous) and the container credentials GET (which uses ContainerCredentialsAuth).

Body

application/json

Inputs for revoking every access key owned by a principal.

principalName
string
required

The fully-qualified principal whose access keys should be revoked.

Response

Last modified on July 13, 2026