Skip to main content
DELETE
/
v1
/
user
/
api-keys
/
{id}
Revoke API Key
curl --request DELETE \
  --url https://api.convallax.com/v1/user/api-keys/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}
Revoke one of your API keys by ID (from List API Keys). The key stops authenticating immediately — any maker connections using it will fail on their next request.

Authorizations

Authorization
string
header
required

Privy access token from the Convallax dashboard, sent as Authorization: Bearer <jwt>.

Path Parameters

id
string<uuid>
required

The API key ID from List API Keys.

Response

Key revoked

success
boolean
required