Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

DELETE /ariel/flow_vlans/{id}

SUMMARY 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.

Table 1: DELETE /ariel/flow_vlans/{id} resource details:

DELETE /ariel/flow_vlans/{id} resource details

MIME Type

text/plain

Table 2: DELETE /ariel/flow_vlans/{id} request parameter details:

DELETE /ariel/flow_vlans/{id} request parameter details

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.

Table 3: DELETE /ariel/flow_vlans/{id} response codes:

DELETE /ariel/flow_vlans/{id} response codes

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