Delete CIDR from IPSet
Remove a specific CIDR entry from an IPSet.
Authorization
ApiKeyAuth x-apikey<token>
In: header
Path Parameters
instance_uuid*string
UUID of the instance
Format
uuidipset_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
}