Delete IPSet
Delete a specific IPSet from an instance.
Authorization
ApiKeyAuth x-apikey<token>
In: header
Path Parameters
instance_uuid*string
UUID of the instance
Format
uuidipset_id*integer
ID of the IPSet
Response Body
application/json
curl -X DELETE "https://api.dewavps.com/v1/instance/497f6eca-6276-4993-bfeb-53cbbbba6f08/firewall/ipset/0/delete"{
"message": "IPSet successfully deleted",
"data": null
}