DewaVPS

Delete CIDR from IPSet

DELETE
/instance/{instance_uuid}/firewall/ipset/{ipset_id}/cidr/{iplist_id}

Remove a specific CIDR entry from an IPSet.

Authorization

ApiKeyAuth
x-apikey<token>

In: header

Path Parameters

instance_uuid*string

UUID of the instance

Formatuuid
ipset_id*integer

ID of the IPSet

iplist_id*integer

ID of the CIDR entry

Response Body

application/json

curl -X DELETE "https://api.dewavps.com/v1/instance/497f6eca-6276-4993-bfeb-53cbbbba6f08/firewall/ipset/0/cidr/0"
{
  "message": "IP/CIDR of IPSet successfully deleted",
  "data": null
}