本接口支持删除指定平台下已创建的云游戏业务。
删除业务前,需确保该业务下已无云端实例和游戏等资源。您可在云游戏控制台查询待删除业务详情。
下表仅列出了接口特有的请求参数和部分公共参数。完整的公共参数列表,参考 公共请求参数。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DeleteProduct | 接口名称。当前 API 的名称为 DeleteProduct 。 |
Version | String | 是 | 2023-03-18 | 接口版本。当前 API 的版本为 2023-03-18 。 |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
GameType | String | 是 |
| 游戏平台标识,缺省情况下查询全部平台业务。取值如下所示:
|
ProductId | String | 是 | 17040177780xxxxxxxx | 需要删除的云游戏业务 ID,您可在控制台 > 云游戏手游 > 业务管理或通过调用 GetProductList 接口获取。 |
下表仅列出本接口特有的返回参数。更多信息请见返回结构。
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
Result | String | success | 业务删除成功,返回 success ,否则返回错误。 |
POST https://open.volcengineapi.com?Action=DeleteProduct&Version=2023-03-18 { "GameType": "android", "ProductId": "17040177780xxxxxxxx" }
{ "ResponseMetadata": { "RequestId": "202306041104200100100232280022D31", "Action": "DeleteProduct", "Version": "2023-03-18", "Service": "veGame", "Region": "cn-north-1" }, "Result": { "Result": "success" } }
您可访问公共错误码,获取更多错误码信息。