Deletes the specified BGP peer group.
This example removes a peer-group instance.
(efa:extreme)extreme@node-1:~$ efa tenant service bgp peer-group delete --name PG1 --tenant tenant11 BgpService deleted successfully. --- Time Elapsed: 1.359719067s ---
This example removes an instance forcefully and ignores any error.
(efa:extreme)extreme@node-1:~$ efa tenant service bgp peer-group delete --name PG1 --tenant tenant11 --force Bgp service peer-group delete with "force" option will delete the device configuration corresponding to the bgp and also deletes the bgp record from the application. Do you want to proceed (Y/N): y BgpService deleted successfully. --- Time Elapsed: 1.359719067s ---