Deletes a virtual border router (VBR) failover group.
Debugging
Request parameters
| Parameter | Type | Required | Example | Description |
|---|---|---|---|---|
| Action | String | Yes | DeleteVbrHa |
The operation that you want to perform. Set the value to DeleteVbrHa. |
| InstanceId | String | Yes | vbrha-sa1****** |
The ID of the VBR failover group. |
| RegionId | String | Yes | cn-hangzhou |
The ID of the region where the VBR is deployed. |
| ClientToken | String | No | CBCE910E-D396-4944-8**** |
The client token that is used to ensure the idempotence of the request. You can use the client to generate the value, but you must ensure that it is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length. |
Response parameters
| Parameter | Type | Example | Description |
|---|---|---|---|
| RequestId | String | 4EC47282-1B74-4534-BD0E-403F3EE64CAF |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=DeleteVbrHa
&InstanceId=vbrha-sa1******
&RegionId=cn-hangzhou
&<Common request parameters>
Sample success responses
XML format
<DeleteVbrHaResponse>
<RequestId>4EC47282-1B74-4534-BD0E-403F3EE64CAF</RequestId>
</DeleteVbrHaResponse>
JSON format
{
"DeleteVbrHaResponse": {
"RequestId": "4EC47282-1B74-4534-BD0E-403F3EE64CAF"
}
}
Error codes
| HttpCode | Error code | Error message | Description |
|---|---|---|---|
| 404 | ResourceNotFound.VbrHa | The VBR HA resource is not found. | The error message returned because the high availability resources of the VBR are not found. |
For a list of error codes, visit the API Error Center.