Delete a VLAN

To delete a specific VLAN from a WLAN:

  1. Log in to the REST API server using valid management user credentials.
    Note

    Note

    You must forward the auth_token as a cookie with each API call.
  2. Use the DELETE method to access the /cfg/wlan/ URI and delete VLAN 101 from WLAN test-1.

    Sample Request

    curl -X DELETE --cookie auth_token=$cookie https://10.190.50.43/rest/v1/
    cfg/wlan/test-1/vlans/101

    Sample Response (200 OK)

    {    
    "return_code": 0
    }