Delete a VLAN from the device.
/vlan
DELETE http://host:8080/imcrs/vlan?devId=33&vlanId=1111 accept: application/xml ...
VLAN sub-elements | |
---|---|
devId |
Device type ID.
Integer type. Required. No default value. |
vlanId |
VLAN ID.
Integer type. Required. No default value. |
Delete the VLAN with ID 1111 from the device whose ID is 33.
DELETE http://host:8080/imcrs/vlan?devId=33&vlanId=1111 accept: application/xml ...