1.3.0 IP address won't delete from VLAN

set interfaces ethernet eth0 vif 201 address 100.2.51.1/29
commit;save;exit
configure
delete interfaces ethernet eth0 vif 201 address 100.2.51.1/29
commit;save;exit

show interfaces

eth0.201 100.2.51.1/29

I’m labbing up a new config for our network using BGP + OSPF in GNS3 with 1.3.0-epa3 and this is causing me issues. Is there some command to clear an IP from an interface after you “delete” it? Only way I’ve found so far is to delete the entire interface and rebuild it.

I haven’t tested this to see if it does it on a native interface or just a VLAN. But I will need to know how to fix it before I deploy VyOS into our core anywhere. My google fu has seemed to fail me on anyone else with this issue.