Revoke an access key
Revoke an access key
Revoke a specific access key by its access-key value.
POST
Revoke an access key
gRPC method: RevokeAccessKeyByAccessKey
- The API server is
https://api.coreweave.com. - Replace
{API_ACCESS_TOKEN}with your CoreWeave API access token. - For required permissions, see IAM Access Policies.
RevokeAccessKeysByPrincipal
instead.
data.json
Example request
Authorizations
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.
The access-key value (not the ID) to revoke.
Response
Last modified on June 25, 2026