You can delete a port channel.
Note
For more information on syntax and command examples, see the ExtremeCloud Orchestrator Command Reference, 3.2.0 .efa tenant po delete [ --name |--force |--tenant |--help]
efa tenant po delete --name po1,po2 --tenant tenant11 PortChannel: po1 deleted successfully. PortChannel: po2 deleted successfully. --- Time Elapsed: 1.133774283s ---
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 ---