本接口用于退订预付费的基础型加速器。
请求方式:POST
请求地址:https://open.volcengineapi.com?Action=TerminateBasicAccelerator&Version=2022-03-01
参数名称 | 数据类型 | 是否必选 | 参数说明 |
---|---|---|---|
Action | String | 是 | 接口名称。当前 API 的名称为TerminateBasicAccelerator 。 |
Version | String | 是 | 接口版本。当前 API 的版本为 2022-03-01 。 |
参数名称 | 数据类型 | 是否必选 | 参数说明 | 示例 |
---|---|---|---|---|
AcceleratorId | String | 是 | 基础型加速器 ID。 | accinstance-basic-xxxx |
参数名称 | 数据类型 | 参数说明 | 示例 |
---|---|---|---|
PreorderNumbers | String[] | 订单号列表 | ["BO741xxx"] |
POST https://open.volcengineapi.com?Action=TerminateBasicAccelerator&Version=2022-03-01 { "AcceleratorId": "accelerator-xxxx" }
{ "ResponseMetadata": { "RequestId": "20230604110420****100232280022D31", "Action": "TerminateBasicAccelerator", "Version": "2022-03-01", "Service": "ga", "Region": "cn-north-1" }, "Result": { "PreorderNumbers": [ "BO741xxx" ] } }