To delete a specific VLAN from a WLAN:
Note
You must forward the auth_token as a cookie with each API call.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 }