本接口用于删除标准型加速器的加速区域。
参数名称 | 数据类型 | 是否必选 | 参数说明 |
---|---|---|---|
Action | String | 是 | 接口名称。当前 API 的名称为 DeleteIPSet 。 |
Version | String | 是 | 接口版本。当前 API 的版本为 2022-03-01 。 |
参数名称 | 数据类型 | 是否必选 | 参数说明 | 示例 |
---|---|---|---|---|
AcceleratorId | String | 是 | 标准型加速器 ID 。 | accelerator-xxxx |
IPSetId | String | 是 | 加速区域对应的ID。 | CN_South |
无。
POST https://open.volcengineapi.com?Action=DeleteIPSet&Version=2022-03-01 { "AcceleratorId": "accelerator-xxxx", "IPSetId": "CN_South" }
{ "ResponseMetadata": { "RequestId": "20230604110420****100232280022D31", "Action": "DeleteIPSet", "Version": "2022-03-01", "Service": "ga", "Region": "cn-north-1" } }