Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.yativo.com/llms.txt

Use this file to discover all available pages before exploring further.

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