Use the following endpoint to delete allowlisted variables.
- Proxy & VPN Detection API
- Email Verification API
- Phone Number Validation API
- Device Fingerprint API
- Malicious URL Scanner API
- Mobile Device Fingerprinting SDK
- Gaming Fraud Detection SDK
- Dark Web Leak API
- Malware File Scanner API
- Request List API
- Fraud Reporting API
- Credit Usage API
- Bulk Validation CSV API
- Allowlist & Blocklist APIs
- Plugins Platforms & Integrations
- IP Reputation Database
- Custom Integrations
- Country List API
Deleting Allowlist Entries
API Request URL
Request Parameters
This API endpoint has 3 required input parameters.
- value - The value you wish remove from the allowlist.
- value_type - What kind of value you're allow listing (e.g., ip, cidr, etc. See below)
- type - What API's allowlist you wish to remove this value from. (One of: proxy, url, email, phone, mobiletracker, devicetracker)
Accepted Type | Description | Accepted value_types |
proxy | The IP you wish to remove from the allowlist. (e.g., 1.1.1.1) | ip |
A CIDR (formatted IP/network) you wish to remove from the allowlist. (e.g., 1.1.1.0/24) | cidr | |
The name of an ISP you wish to remove from the allowlist. | isp | |
devicetracker | The DeviceID you wish to remove from the allowlist. (e.g., b2q3...) | deviceid |
The IP you wish to remove from the allowlist. (e.g., 1.1.1.1) | ip | |
A CIDR (formatted IP/network) you wish to remove from the allowlist. (e.g., 1.1.1.0/24) | cidr | |
The name of an ISP you wish to remove from the allowlist. (e.g., Spectrum) | isp | |
mobiletracker | The DeviceID you wish to remove from the allowlist. (e.g., b2q3...) | deviceid |
The IP you wish to remove from the allowlist. (e.g., 1.1.1.1) | ip | |
A CIDR (formatted IP/network) you wish to remove from the allowlist. (e.g., 1.1.1.0/24) | cidr | |
The name of an ISP you wish to remove from the allowlist. (e.g., Spectrum) | isp | |
The email you wish to remove from the allowlist. (e.g., noreply@ipqualityscore.com) | ||
url | The domain you wish to remove from the allowlist. (e.g., ipqualityscore.com) | domain |
phone | The phone number you wish to remove from the allowlist. (e.g., 1-800-713-2618 or 18007132618) | phone |
custom | The variable you wish to remove from the allowlist. (e.g., 1234) | your_custom_variable (e.g., userID) |
Example Response
This is an example success response in JSON format. Responses are also available in XML format.
EXAMPLE CODE
- PHP