/mgmt/config/default/VLANInterface/name DELETE
Use the HTTP DELETE method with the
/mgmt/config/default/VLANInterface/VLAN_name resource to delete
the specified link aggregation interface.
Resource URL
https://host:port/mgmt/config/default/VLANInterface/VLAN_nameWhere
port is 5554 by default.Request headers
The following header must be sent with the request:
- Authorization
- This header must be sent to perform authentication.
Request body format
None.
Security requirements
The caller must be authenticated as an appliance user with sufficient authority. For more information about security, see Types of user and how they are authenticated and User authorization, credential mapping, and access profiles.
Response status codes
- 200
- Information retrieved successfully.
- 400
- Invalid data provided.
- 401
- Not authenticated.
- 403
- Not authorized.
Response headers
- Content-Type
- This header is returned with a value of
application/json.
Response body format
None.
Examples
The following example deletes the link aggregation interface named VLANtest2.
The following URL is used with the HTTP DELETE
method:
DELETE /mgmt/config/default/VLANInterface/VLANtest2The following
response is received:{
"_links" : {
"self" : {"href" : "/mgmt/config/default/VLANInterface/VLANtest2"},
"doc" : {"href" : "/mgmt/docs/config/VLANInterface"}},
"VLANtest2" : "Configuration was deleted."}