调用DeleteDirectConnectConnection删除指定的物理专线。
仅主账号可删除为租户创建的共享专线,子用户(包括授予全局权限子用户)均不可删除共享专线。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DeleteDirectConnectConnection | 要执行的操作,取值:DeleteDirectConnectConnection。 |
Version | String | 是 | 2020-04-01 | API版本信息。 |
DirectConnectConnectionId | String | 是 | dcc-3tehy13n2l4c6c0v**** | 待删除物理专线的ID。您可调用DescribeDirectConnectConnections查询物理专线的ID。 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 20220419155310010225243081**** | 请求ID |
GET /?Action=DeleteDirectConnectConnection&Version=2020-04-01&DirectConnectConnectionId=dcc-3tehy13n2l4c6c0v**** HTTP/1.1 Host: [open.volcengineapi.com](http://open.volcengineapi.com/) ServiceName: directconnect Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "20220419155310010225243081****", "Action": "DeleteDirectConnectConnection", "Version": "2020-04-01", "Service": "directconnect", "Region": "cn-beijing" }, "Result": { "RequestId": "20220419155310010225243081****" } }
此处仅展示当前API的错误码,更多错误码请参见公共错误码。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidDirectConnectConnection.InUse | The specified direct connect connection can not be deleted when associated with virtual interfaces or shared connections. | 指定的物理专线有关联的虚拟接口或共享专线,不可删除。 |
400 | InvalidDirectConnectConnection.InvalidStatus | The specified direct connect connection is not in the correct status for the request. | 指定的物理专线所处的状态无法响应该请求。 |
400 | InvalidDirectConnectConnectionBusinessStatus.InUse | The specified direct connect connection can not be deleted until expired. | 指定的物理专线正处于计费中不允许删除。 |
404 | InvalidDirectConnectConnection.NotFound | The specified direct connect connection does not exist. | 指定的物理专线不存在。 |