v1

latestSwagger 2.0MIT2026-07-1743969.5 KB
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