跳转到主要内容
DELETE
/
customer
/
v2
/
licenses
/
{license}
/
ips
Remove IP from Whitelist
curl --request DELETE \
  --url https://orbitflare.com/api/customer/v2/licenses/{license}/ips \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "ip_address": "127.0.0.1",
  "location_id": 123
}
'
{
  "success": true,
  "message": "<string>",
  "data": {}
}

授权

Authorization
string
header
必填

Bearer token from device or wallet auth

路径参数

license
string
必填

请求体

application/json
ip_address
string<ipv4>
必填
location_id
integer
必填

响应

IP removed.

success
boolean
示例:

true

message
string
data
object