Skip to main content
DELETE
/
network
/
firewalls
/
{firewallUuid}
Delete Firewall
curl --request DELETE \
  --url https://api.tenbytecloud.com/v1/network/firewalls/{firewallUuid} \
  --header 'apikey: <api-key>'

Authorizations

apikey
string
header
required

Path Parameters

firewallUuid
string
required

UUID of the firewall to delete

Response

204

HTTP 204 No Content