Deletes a portchannel.
(efa:extreme)extreme@node-1:~$ efa tenant po delete --name po1,po2 --tenant tenant11 PortChannel: po1 deleted successfully. PortChannel: po2 deleted successfully. --- Time Elapsed: 1.133774283s ---This example deletes a PO even when it is associated with an EPG.
(efa:extreme)extreme@node-1:~$ efa tenant po delete --name po1 --tenant tenant11 --force PortChannel Delete with force will update associated EndpointGroups and Networks and deletes them if there are no other ports associated to them (N/Y): y PortChannel: po1 deleted successfully. --- Time Elapsed: 1.890092303s ---