Skip to main content
Remove an IP from the allowlist. If this is the last entry, allowlisting is effectively disabled and all IPs will be permitted.
DELETE https://api.yativo.com/api/v1/ip/{id}
id
string
required
The IP record ID to remove.
curl -X DELETE 'https://api.yativo.com/api/v1/ip/ip-a1b2c3' \
  -H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{
  "status": "success",
  "status_code": 200,
  "message": "IP address removed from whitelist and firewall."
}