Cancels a physical connection. After a physical connection is cancelled, it enters the Canceled state.
You can only cancel physical connections that are not enabled, including physical connections in the Initial, Approved, Allocated, and Confirmed state.
Debug
Use OpenAPI Explorer to perform debug operations and generate SDK code examples.
Request parameters
Parameter | Type | Required? | Example value | Description |
---|---|---|---|---|
Action | String | Yes | CancelPhysicalConnection |
The name of this action. Value: CancelPhysicalConnection |
PhysicalConnectionId | String | Yes | pc-119mfjzm7 |
The ID of the physical connection to be canceled. |
RegionId | String | Yes | cn-shanghai |
The ID of the region to which the physical connection belongs. To query the region ID, call DescribeRegions. |
ClientToken | String | No | 02fb3da4-130e-11e9-8e44-0016e04115b |
Optional. The client token. It is used to guarantee the idempotence of the request. The value of this parameter is generated by the client and is unique among different requests. It can contain up to 64 ASCII characters. |
Response parameters
Parameter | Type | Example value | Description |
---|---|---|---|
RequestId | String | 4EC47282-1B74-4534-BD0E-403F3EE64CAF |
The request ID. |
Examples
Request example
http(s)://[Endpoint]/? Action=CancelPhysicalConnection
&PhysicalConnectionId=pc-119mfjzm7
&RegionId=cn-shanghai
&<CommonParameters>
Response examples
XML
format
<CancelPhysicalConnectionResponse>
<RequestId>BE36E95A-F83E-4127-A29E-F2F35D4C999A</RequestId>
</CancelPhysicalConnectionResponse>
JSON
format
{
"RequestId":"BE36E95A-F83E-4127-A29E-F2F35D4C999A"
}
Errors
HTTP status code | Error code | Error message | Description |
---|---|---|---|
404 | InvalidPhysicalConnectionId.NotFound | The PhysicalConnectionId provided does not exist in our records. | The specified physical connection does not exist. |
400 | Forbidden.NotAllowedInState | The request does not allow in this state. | The request cannot be processed because the status of the resource does not permit this action. |
For a list of error codes, visit the API Error Center.