DELETE /ariel/flow_vlans/{id}
Deletes a flow VLAN ID with specified enterprise and customer VLAN ID's and removes any associated domain mappings.
Deletes a flow VLAN ID with specified enterprise and customer VLAN ID's and removes any associated domain mappings.
| MIME Type | 
|---|
text/plain  | 
| Parameter | Type | Optionality | Data Type | MIME Type | Description | 
|---|---|---|---|---|---|
id  | 
path  | 
Required  | 
Number (Integer)  | 
text/plain  | 
Required - The ID of the flow VLAN ID object to be deleted. Note that this is also the concatenation of the customer VLAN ID to the enterprise VLAN ID.  | 
| HTTP Response Code | Unique Code | Description | 
|---|---|---|
204  | 
The flow VLAN ID has been successfully deleted.  | 
|
404  | 
1031  | 
The flow VLAN ID specified could not be found.  | 
500  | 
1030  | 
An error occurred while the flow VLAN ID was being deleted.  | 
Response Description
The deleted flow VLAN ID object. A flow VLAN ID object contains the following fields:
 
- id - Long - The ID of the flow VLAN field.
 - enterprise_vlan_id - Short - The enterprise VLAN ID.
 - customer_vlan_id - Short - The customer VLAN ID.
 
Response Sample