cURL
curl --request DELETE \ --url https://orbitflare.com/api/customer/v1/licenses/{license}/delete-ip \ --header 'Content-Type: application/json' \ --header 'X-ORBIT-KEY: <api-key>' \ --data '{ "ip_address": "127.0.0.1", "location_id": 123 }'
{ "message": "<string>" }
Remove a previously whitelisted IP address from a given license and location.
The license identifier.
IP address and location ID to remove.
The body is of type object.
object
IP removed successfully.
The response is of type object.