Path parameters
string
required
The IP address to remove (e.g.
203.0.113.10).Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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."
}
Remove a specific IP address from your allowlist
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."
}
DELETE https://api.yativo.com/api/v1/ip/{ipAddress}
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."
}
