Deletes Specific Hub Cluster Member (v3.0)
Delete a specific hub cluster member.
Path Parameters
- tenant_id string required
The tenant ID.
- site_id string required
ID of the site. More details on the site can be retrieved by querying the sites API.
- hub_cluster_id string required
ID of the hub cluster.
- hub_cluster_member_id string required
ID of the hub cluster member.
Responses
- 200
- 400
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- headend1_site_ids string[]
Headend1 Site Ids
- headend2_site_ids string[]
Headend2 Site Ids
- hub_element_id string
Hub Element Id
- id string
Id
{
"headend1_site_ids": [
"string"
],
"headend2_site_ids": [
"string"
],
"hub_element_id": "string",
"id": "string"
}
Bad Request
- application/json
- Schema
- Example (from schema)
- Example
Schema
_error ErrorResponse[]
Array [code stringmessage string]
{
"_error": [
{
"code": "string",
"message": "string"
}
]
}
{
"value": {
"_error": [
{
"code": "BAD_REQUEST"
}
]
}
}
Loading...