cURL
curl --request DELETE \ --url https://api.proxyscrape.com/v4/account/api-keys/{id} \ --header 'api-token: <api-key>'
{ "success": true }
Permanently revoke an API key. The key can no longer be used for authentication. You cannot revoke the key you are currently using — use a different key. Permission: account:apikeys:delete.
account:apikeys:delete
API key. Create and manage keys at /v4/account/api-keys or in the dashboard.
Key revoked
Was this page helpful?