Skip to main content
POST
/
api
/
apps
/
{app_id}
/
keys
/
{key_hash}
/
revoke
Revoke a specific API key POST /api/apps/:app_id/keys/:key_hash/revoke
curl --request POST \
  --url https://api.example.com/api/apps/{app_id}/keys/{key_hash}/revoke

Path Parameters

app_id
string
required

Application ID

key_hash
string
required

API key hash to revoke

Response

API key revoked successfully