Skip to main content
DELETE
cURL

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json

A JSON object containing a list of IP addresses to be removed. Only the highest 10 IPs can be removed at a time.

ips
object[]

List of IP objects to remove.

Response

Successfully removed whitelisted IPs.

data
object[]

A list of whitelisted IPs that have been removed.

message
object

Provides status details about the removal operation.