All Products
Search
Document Center

Virtual Private Cloud:DeletePhysicalConnection

Last Updated:Jul 10, 2024

Deletes a connection over an Express Connect circuit.

Operation description

You can only delete a connection over an Express Connect circuit that is in the Rejected, Canceled, AllocationFailed, or Terminated state.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The region ID of the Express Connect circuit.

You can call the DescribeRegions operation to query the most recent region list.

cn-shanghai
PhysicalConnectionIdstringYes

The ID of the Express Connect circuit.

pc-119mfjzm7*********
ClientTokenstringNo

The client token that is used to ensure the idempotence of the request.

You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.

02fb3da4-130e-11e9-8e44-0016e04115b

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

0ED8D006-F706-4D23-88ED-E11ED28DCAC0

Examples

Sample success responses

JSONformat

{
  "RequestId": "0ED8D006-F706-4D23-88ED-E11ED28DCAC0"
}

Error codes

HTTP status codeError codeError messageDescription
400Forbidden.NotAllowedInStateThe request does not allow in this state.The operation cannot be performed when the Express Connect circuit in the current state.
400InvalidPhysicalConnectionId.NotMatchedinstance id not matched.The instance ID does not match.
400Forbidden.VBRExistsphysical connection owner's vbr still exists.The VBR of the Express Connect circuit still exists.
400Forbidden.VBRExistsvbr owner's vbr still exists.The VBR still exists.
400Forbidden.AssociateToVBRThe physical connection still associate to VBR.The physical connection has configured a virtual border router.
400OperationDenied.NeedVpconnOwnerThe operation is denied.The deletion failed. Only the owner of a shared port can delete it.
400OperationDenied.NeedPconnOwnerThe operation is denied.The deletion failed. Only the owner of a physical port can delete it.
400Forbidden.VBRExistsThe vbr still exists.The VBR still exists and the port cannot be deleted.
404InvalidRegionId.NotFoundThe RegionId provided does not exist in our records.The RegionId parameter is set to an invalid value. Specify a valid value and try again.
404InvalidPhysicalConnectionId.NotFoundThe PhysicalConnectionId provided does not exist in our records.The Express Connect circuit does not exist.

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2024-06-13The Error code has changedView Change Details
2024-02-01The Error code has changedView Change Details
2023-11-28API Description Update. The Error code has changedView Change Details