Using Curl to Delete a Firewall Filter Rule by Name
Example: Using Curl to delete a firewall filter rule by name
curl -k -X DELETE https://192.168.2.1/api/filters/FTP-SERVER?token=2442CB0CB60B2EE9F5A35DF5ED8C33
Example: Curl result
{
"code" : 200,
"status" : "success"
}