You need to enable JavaScript to run this app.
导航
DeleteApp - 删除App
最近更新时间:2024.11.18 20:38:12首次发布时间:2024.11.18 20:38:12

删除一个 App。

请求说明

请求方法为 GET。

请求鉴权

您需要 对请求进行鉴权

请求参数

下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数

参数
类型
是否必填
示例值
描述
Action
String

DeleteApp

要执行的操作,取值:DeleteApp。

Version
String

2023-09-01

API的版本,取值:2023-09-01。

AppIndex
String

1

App 索引。

DryRun
Boolean

false

是否空运行,用于用户对请求进行预检。

ClientToken
String

d3e5f7a9-0b1d-2c3e-4f5a-6789b0c1d2e3

用于保证请求幂等性。

返回参数

下表仅列出本接口特有的返回参数。更多信息请参见返回结构

参数
类型
示例值
描述
AppName
String

TestApp

App 名称。

Condition
Object

App 特征。

Description
String

This is an app

App 描述。

AppIndex
String

1

App 索引。

请求示例

GET https://open.volcengineapi.com/?Action=DeleteApp&Version=2023-09-01&AppIndex=123


返回示例

{
  "ResponseMetadata": {
    "RequestId": "2024101617350623022308518624AAEC",
    "Action": "DeleteApp",
    "Version": "2023-09-01",
    "Service": "httpdns",
    "Region": "cn-beijing"
  },
    "Result": {
        "AppIndex": "123",
        "AppName": "TestApp",
        "Description": "this is app",
        "Condition": {
            "AppId": "689",
            "Platform": "android",
            "Extends": [
                {
                    "Key": "language",
                    "Value": "chinese"
                },
                {
                    "Key": "location",
                    "Value": "domestic"
                }
            ]
        },
        "CreateTime": "2024-10-16T17:06:59+08:00",
        "UpdateTime": "2024-10-16T17:06:59+08:00"
    }
}

错误码

您可访问公共错误码,获取更多错误码信息。