Utilize the Allowlist API to manage your account's allowlisted variables. You may use the following endpoint to delete an entry.
NOTE: Do not share this key with anyone. It's like a password and can be used to make queries using our API.
This API endpoint has 3 required input parameters.
Accepted Type | Accepted value_types | Description |
proxy | ip | The IP you wish to delete from the allow list. (EG: 1.1.1.1) |
cidr | A CIDR (formatted ip/network) you wish to delete from the allow list. (EG: 1.1.1.0/24) | |
isp | The name of an ISP you wish to remove from the allow list. |
Accepted Type | Accepted value_types | Description |
devicetracker | deviceid | The DeviceID you wish to remove from the allow list. (EG: b2q3...) |
ip | The IP you wish to delete from the allow list. (EG: 1.1.1.1) | |
cidr | A CIDR (formatted ip/network) you wish to delete from the allow list. (EG: 1.1.1.0/24) | |
isp | The name of an ISP you wish to remove from the allow list. (EG: Spectrum) |
Accepted Type | Accepted value_types | Description |
mobiletracker | deviceid | The DeviceID you wish to remove from the allow list. (EG: b2q3...) |
ip | The IP you wish to delete from the allow list. (EG: 1.1.1.1) | |
cidr | A CIDR (formatted ip/network) you wish to delete from the allow list. (EG: 1.1.1.0/24) | |
isp | The name of an ISP you wish to remove from the allow list. (EG: Spectrum) |
Accepted Type | Accepted value_types | Description |
The email you wish to remove from the allow list. (EG: noreply@ipqualityscore.com) |
Accepted Type | Accepted value_types | Description |
url | domain | The domain you wish to remove from the allow list. (EG: ipqualityscore.com) |
Accepted Type | Accepted value_types | Description |
phone | phone | The phone number you wish to remove from the allow list. (EG: 1-800-713-2618 or 18007132618) |
Accepted Type | Accepted value_types | Description |
custom | your_custom_variable (EG: userID) | The variable you wish to remove from the allow list. (EG: 1234) |