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

授权

Authorization
string
header
必填

Bearer token from device or wallet auth

路径参数

apiKey
string
必填

请求体

application/json
ip
string<ipv4>
必填

响应

IP removed.

success
boolean
示例:

true

message
string
data
object