Skip to main content
POST
Revoke an access key

gRPC method: RevokeAccessKeyByAccessKey

Revokes a single access key. To revoke every access key owned by a principal, use RevokeAccessKeysByPrincipal instead.
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 a single access key by its access-key value.

accessKey
string
required

The access-key value (not the ID) to revoke.

Response

Last modified on July 13, 2026