Deletes a port channel.
$ efa tenant po delete --name po1,po2 --tenant tenant11 PortChannel: po1 deleted successfully. PortChannel: po2 deleted successfully.This example deletes a port channel even when it is associated with an EPG.
$ 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.