This will remove an IP range from the ranges of IPs for limiting your account to specific IPs.
PATCH
/account/iplimits
curl \
--request PATCH 'https://my.interserver.net/apiv2/account/iplimits' \
--header "X-API-KEY: $API_KEY" \
--header "Content-Type: application/json"
Response examples (200)
{
"text": "The command completed successfully.",
"status": "ok"
}
Response examples (401)
{
"code": "string",
"message": "string"
}