...
The set protocols bgp neighbor prefix-list command configures an IPv4 or IPv6 prefix list to advertise or receive routes from peers.
...
set protocols bgp [vrf <vrf-name>] {ipv4 unicast|ipv4 labeled-unicast|ipv6 unicast|ipv6 labeled-unicast} {neighbor <ip>| peer-group <peer-group> |interface <interface>}> {in|out} prefix-list <prefix-list-v4>
delete protocols bgp [vrf <vrf-name>] {ipv4 unicast|ipv4 labeled-unicast|ipv6 unicast|ipv6 labeled-unicast} {neighbor <ip>| peer-group <peer-group> |interface <interface>} {in|out} prefix-list <prefix-list-v4>
...