Deletes the BGP neighbors for a given VRF on the fabric device.
The following example deletes the BGP peer instance.
(efa:extreme)extreme@node-1:~$ efa tenant service bgp peer delete --name B1 --tenant tenant11 BgpService deleted successfully. --- Time Elapsed: 4.301665698s ---
The following example deletes the BGP peer instance forcefully avoiding any error.
(efa:extreme)extreme@node-1:~$ efa tenant service bgp peer delete --name B1 --tenant tenant11 --force Bgp Service 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: 4.301665698s ---