Logo
Cisco Secure Endpoint API Documentation

Delete Firewall Rule

DELETE https://{{amp4e_APIhost}}/v3/organizations/{{amp4e_ORG_identifier}}/host_firewall/rules/{{fw_rule_guid}}

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X DELETE 'https://amp4e_APIhost/v3/organizations/amp4e_ORG_identifier/host_firewall/rules/fw_rule_guid' -d '{"name":"Block SSH","description":"Block all incoming SSH traffic","action":"block","direction":"in","protocol":"tcp"}'

ENDPOINTS