Skip to content

Delete IP

Request

Remove IP from whitelist

Security
bearerToken
Path
tenantstringrequired
ipIdintegerrequired
Bodyapplication/jsonrequired
ipsArray of stringsrequired

List of IPs to delete

curl -i -X DELETE \
  'https://docs.exolink.com/_mock/apis/exolink_api/tenant/{tenant}/ips/{ipId}' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "ips": [
      "string"
    ]
  }'

Responses

IP deleted successfully