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,
  "message": "API key revoked successfully",
  "data": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "revoked_at": 123
  }
}

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

Key revoked

success
boolean
message
string
Example:

"API key revoked successfully"

data
object