调用 DeleteCenInterRegionBandwidth 接口,删除指定的域间带宽。
参数名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DeleteCenInterRegionBandwidth | 要执行的操作,取值为DeleteCenInterRegionBandwidth。 |
Version | String | 是 | 2020-04-01 | API版本信息,当前版本为2020-04-01。 |
InterRegionBandwidthId | String | 是 | cirb-3tex2x1cwd4c6c0v**** | 域间带宽的ID。 |
本接口无特有的返回参数。更多信息请见返回结构。
GET /?Action=DeleteCenInterRegionBandwidth&Version=2020-04-01&InterRegionBandwidthId=cirb-3tex2x1cwd4c6c0v**** HTTP/1.1 Host: open.volcengineapi.com Service: cen Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "20211222122623010225243****", "Action": "DeleteCenInterRegionBandwidth", "Version": "2020-04-01", "Service": "cen", "Region": "cn-beijing" }, "Result": {} }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
404 | InvalidInterRegionBandwidth.NotFound | The specified inter-region bandwidth does not exist. | 指定的域间带宽不存在。 |
409 | InvalidCen.InvalidStatus | The specified CEN instance is not in the correct status for the request. | 指定的云企业网实例所处的状态无法响应该请求,请稍后再试。 |