Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Announcement: Try the Ask AI chatbot for answers to your technical questions about Juniper products and solutions.

close
header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
REST API Version 16.0 References
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

DELETE /ariel/flow_vlans/{id}

date_range 04-Aug-21

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

footer-navigation