v1

latestSwagger 2.02026-07-1711177156.8 KB

Remove a vlan member from a vlan interface

Remove a vlan member from a vlan interface which is defined by vlan_id. If the Vlan interface does not exist on LoxiLB OR a vlan member 'if_name' is not present on the interface the API will return '404'. If the vlan_id passed is less than 2 or greater than 4094 the API will respond with error '400'.

delete/config/vlan/{vlan_id}/member/{if_name}/tagged/{tagged}

Path parameters

vlan_idinteger required

12 bit vlan_id

if_namestring required

Physical port name

taggedboolean required

Tagged status

Response

OK