v1
latestOpenAPI 3.1.02026-07-2616459400.5 KBIP Management API
Remove IPs from Pool
This allows a parent account to remove specific dedicated IP addresses from an existing pool.
post/ip/pool/remove-ips
Request body
Example request
{
"pool_name": "marketing-pool",
"ips_to_add": [
"192.168.1.100"
]
}Response
IPs removed from pool successfully
Example response
{
"pool_name": "marketing-pool",
"region": "US",
"assigned_ips": [
"192.168.1.100"
],
"updated_on": "2024-01-15T10:30:00Z"
}