DewaVPS

Delete firewall rule

DELETE
/instance/{instance_uuid}/firewall/{firewall_id}/delete

Delete a specific firewall rule from an instance.

Authorization

ApiKeyAuth
x-apikey<token>

In: header

Path Parameters

instance_uuid*string

UUID of the instance

Formatuuid
firewall_id*string

ID of the firewall rule

Response Body

application/json

curl -X DELETE "https://api.dewavps.com/v1/instance/497f6eca-6276-4993-bfeb-53cbbbba6f08/firewall/string/delete"
{
  "message": "Firewall rule successfully deleted",
  "data": null
}