Delete a traffic management filter.
Definition
ipsProfileMgmt/deleteTrafficMgmt
Parameters
| Parameter | Type | Description |
| name | string | Required. Name of the traffic management filter to be deleted; must be unique for each profile. |
| profile | string | Required. Name of the profile that contains the traffic management filter; the profile must already exist on the SMS. |
Example
curl -k --header "X-SMS-API-KEY: <string>" "https://<sms_server>/ipsProfileMgmt/ deleteTrafficMgmt?name=<name_1>,<name_2>,<name_3>&profile=<p_name>"
