You need to enable JavaScript to run this app.
导航
DeleteCenInterRegionBandwidth
最近更新时间:2024.07.24 11:54:52首次发布时间:2022.01.07 11:44:37

调用 DeleteCenInterRegionBandwidth 接口,删除指定的域间带宽。

调试

请求参数

参数名称
类型
是否必选
示例值
描述
ActionStringDeleteCenInterRegionBandwidth要执行的操作,取值为DeleteCenInterRegionBandwidth。
VersionString2020-04-01API版本信息,当前版本为2020-04-01。

InterRegionBandwidthId

String

cirb-3tex2x1cwd4c6c0v****

域间带宽的ID。
您可以调用 DescribeCenInterRegionBandwidths 接口,查询域间带宽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
错误码
错误信息
描述
404InvalidInterRegionBandwidth.NotFoundThe specified inter-region bandwidth does not exist.指定的域间带宽不存在。
409InvalidCen.InvalidStatusThe specified CEN instance is not in the correct status for the request.指定的云企业网实例所处的状态无法响应该请求,请稍后再试。