Skip to main content
DELETE
/
v4
/
account
/
api-keys
/
{id}
Revoke API key
curl --request DELETE \
  --url https://api.proxyscrape.com/v4/account/api-keys/{id} \
  --header 'api-token: <api-key>'
{
  "success": true
}

Authorizations

api-token
string
header
required

API key. Create and manage keys at /v4/account/api-keys or in the dashboard.

Path Parameters

id
string<uuid>
required

Response

200 - application/json

Key revoked

success
boolean