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
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."
}