Skip to main content
Remove a single IP address from the allowlist. Pass the IP address itself as the path parameter.
DELETE https://api.yativo.com/api/v1/ip/{ipAddress}

Path parameters

ipAddress
string
required
The IP address to remove (e.g. 203.0.113.10).
curl -X DELETE 'https://api.yativo.com/api/v1/ip/203.0.113.10' \
  -H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{
  "message": "IP address removed from whitelist and firewall."
}