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