Command line issue

trying to remove two lines off my router config and i get an error every time.

set protocols bgp 65123 neighbor 10.240.4.124 remote-as ‘65124’

works great to create them however when i try to remove the same line it appears to accept it and then when i try and commit it gives several errors. anyone know the proper syntax to remove this line?

protocols {

bgp 65123 {
neighbor 10.240.0.20 {
remote-as 65124
}
neighbor 10.240.0.21 {
remote-as 65124

Hello @jonp672, provide VyOS version and show output with issue.