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

删除边缘应用

最近更新时间2023.10.11 10:11:22

首次发布时间2023.02.22 17:09:41

本接口用于删除边缘容器应用。

请求参数

名称

类型

是否必选

示例值

描述

Action

String

DeleteApplications

要执行的操作。取值:DeleteApplications。

identity

[ ]String

["veecc-4110202211206660****", "veecc-4110202211203561****"]

边缘应用 ID 列表。

返回数据


请求示例

POST https://veecc.volcengineapi.com/?Action=DeleteApplications
&<公共请求参数>
{
  "identity": [
    "veecc-5288000118982381****"
  ]
}

返回示例

{
  "ResponseMetadata": {
    "RequestId": "2021102215554401022511001102AB****",
    "Action": "DeleteApplications",
    "Version": "2022-10-01",
    "Service": "veecc",
    "Region": "cn-north-1"
  }
}