latestSwagger 2.0MITraw.githubusercontent.com2026-08-1843969.5 KB

9c90905bd75c

Manager

An alternative to removing IP from whitelist in the UI. This call needs to be authenticated by token and does not need to be sent from whitelisted IP

delete/wip

Headers

Authorizationstring

Authorization token

Request body

ipstring required

IP to remove

Example request

{
  "ip": "10.0.0.0"
}

Response

Successful response