Delete WAN Network (v2.0)
Delete an existing WAN network.
Path Parameters
- tenant_id string required
The ID of the tenant.
- wan_network_id string required
The ID of the WAN network.
Responses
- 200
- 400
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- id string
The ID of the WAN network.
- name string required
The name of the WAN network. Max size = 128.
- provider_as_numbers integer[]
The provider AS numbers of the WAN network.
- type string required
Possible values: [
PUBLIC_WAN
,PRIVATE_WAN
]The type of WAN network.
{
"id": "string",
"name": "string",
"provider_as_numbers": [
0
],
"type": "PUBLIC_WAN"
}
Bad Request
- application/json
- Schema
- Example (from schema)
- Example
Schema
_error ErrorResponse[]
Array [code stringmessage string]
{
"_error": [
{
"code": "string",
"message": "string"
}
]
}
{
"value": {
"_error": [
{
"code": "SITE_WAN_NETWORK_EXISTS"
}
]
}
}
Loading...