PATCH /account/iplimits

This will remove an IP range from the ranges of IPs for limiting your account to specific IPs.

application/json

Body

Responses

  • 200 application/json

    IP Range removed.

    Hide response attributes Show response attributes object
    • status string Required
    • text string Required
  • 401 application/json

    Unauthorized

    Hide response attributes Show response attributes object
    • code string Required
    • message string Required
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"
}