efa policy qos map delete

efa policy qos map delete [ --name string | --type string | --rule stringArray ]
--name string
Specifies the name of the QoS map.
--type string
Specifies the type of QoS map. Valid options are pcp-tc-map, dscp-tc-map, tc-pcp-map, and tc-dscp-map.
--rule stringArray
Specifies rule to be deleted. Rule in format "dscp|pcp|tc][from value(s) or range],dp[DP value]" Example "pcp[0;2-4;6]" for pcp-tc-map, "tc[1-3;5],dp[1]" for tc-pcp-map.
This example deletes the QoS Map tenant1PcpToTCMap from XCO database.
efa policy qos map delete –-name tenant1PcpToTCMap –-type pcp-to-tc
This example deletes the user defined DSCP to TC mapping for DSCP values 0-7 in the QoS Map tenant1DscpToTCMap. This causes the traffic with DSCP values 0-7 to be classified based on system defaults.
efa policy qos map delete –-name tenant1DscpToTCMap –-type dscp-to-tc –rule “dscp[0-7]”