Delete Hub Cluster (v3.0)
DELETEhttps://api.sase.paloaltonetworks.com/sdwan/v3.0/api/sites/:site_id/hubclusters/:hub_cluster_id
Delete an existing WAN interface.
Request
Path Parameters
site_id stringrequired
ID of the site. More details on the site can be retrieved by querying the sites API.
hub_cluster_id stringrequired
ID of the hub cluster.
Responses
- 200
- 400
Successful Operation
- application/json
- Schema
- Example (auto)
Schema
admin_upboolean
The hub cluster admin state.
idstring
The ID.
load_alarm_thresholdint32
The load alarm threshold.
namestring
The resource name (Max size = 128).
subscription_factorfloat
The subscription factor.
{
"admin_up": true,
"id": "string",
"load_alarm_threshold": 0,
"name": "string",
"subscription_factor": 0
}
Bad Request
- application/json
- Schema
- Example (auto)
- Example
Schema
_error ErrorResponse[]
{
"_error": [
{
"code": "string",
"message": "string"
}
]
}
{
"value": {
"_error": [
{
"code": "CLUSTER_CONTAINS_CLUSTER_MEMBERS"
}
]
}
}
- curl
- python
- go
- nodejs
- csharp
- php
- CURL
curl -L -X DELETE 'https://pan.dev/sdwan/v3.0/api/sites/:site_id/hubclusters/:hub_cluster_id' \
-H 'Accept: application/json'
ResponseClear