INC Platform - VLAN Manager

Delete VLAN

Delete a VLAN from the device.

Interface URI

/vlan

Access Method

HTTP
DELETE
Message body
DELETE http://host:8080/imcrs/vlan?devId=33&vlanId=1111
accept: application/xml
...
Parameters
VLAN sub-elements
devId Device type ID.
Integer type. Required. No default value.
vlanId VLAN ID.
Integer type. Required. No default value.

Returned Result

Status codes
  • 204 (No Content): Success.
  • 409 (Conflict): Failure. See Error Codes.

Example

Delete the VLAN with ID 1111 from the device whose ID is 33.

Request
DELETE http://host:8080/imcrs/vlan?devId=33&vlanId=1111
accept: application/xml
...
        
Response
None