cURL
curl --request DELETE \ --url https://orbitflare.com/api/customer/v2/licenses/{license}/domains \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "domain": "<string>" } '
{ "success": true, "message": "<string>", "data": {} }
Remove a domain from the license whitelist.
Bearer token from device or wallet auth
Domain removed.
true
Was this page helpful?