DELETE
/
whitelist-ips
Eliminar todas las IPs permitidas
curl --request DELETE \
  --url https://api.gotrebol.com/whitelist-ips \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "message": "All IPs have been deleted",
  "deleted_count": 5
}

Authorizations

x-api-key
string
header
required

Response

200
application/json

All IPs have been deleted

The response is of type object.