Take bond0 as an example. Run the following commands in sequence to delete the incorrect bond:

[root@host ~]# ip link set br_XXX down   //Stop the bridge you created before.
[root@host ~]# brctl delbr br_XXX    //Delete the bridge.
[root@host ~]# rm -f /etc/sysconfig/network-scripts/ifcfg-br_XXX    //Delete the bridge configuration file.
[root@host ~]# zs-vlan -d bond0 XX    //Delete the VLAN sub interface.
[root@host ~]# zs-bond-ab -d bond0    //Delete the incorrect bond.

Then, you can configure the network and add a bond from the beginning.