cURL
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": {} }
Remove an IP from the whitelist.
Bearer token from device or wallet auth
IP removed.
true
Was this page helpful?