You need to enable JavaScript to run this app.
导航

DeleteCenInterRegionBandwidth

最近更新时间2024.04.22 17:45:11

首次发布时间2022.01.07 11:44:37

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

调试

请求参数

参数名称
类型
是否必选
示例值
描述
ActionStringDeleteCenInterRegionBandwidth要执行的操作,取值为DeleteCenInterRegionBandwidth。
VersionString2020-04-01API版本信息,当前版本为2020-04-01。
InterRegionBandwidthIdStringcirb-3tex2x1cwd4c6c0v****CEN域间带宽的ID。您可以调用DescribeCenInterRegionBandwidths接口获取域间带宽ID。

返回参数

参数名称
类型
示例值
描述
RequestIdString202111161611080102121461940900****请求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.指定的云企业网实例所处的状态无法响应该请求,请稍后再试。