Delete a VLAN

To delete a specific VLAN:

Use the DELETE method to delete the specific VLAN.
Sample request from client
DELETE /rest/restconf/data/openconfig-vlan:vlans/vlan=10
    HTTP/1.1
    Host: 10.68.13.192

If the request is successful, the server responds with a 204 No Content message.