本接口用于删除边缘容器应用。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
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" } }
如果响应正文中包含 Error 字段,则表示 API 请求失败。关于错误码的更多信息,参见公共错误码。