删除指定的 AOSP 镜像。
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
|---|---|---|---|---|
Action | String | 是 |
| 接口名称。当前 API 的名称为 |
Version | String | 是 |
| 接口版本。当前 API 的版本为 |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
|---|---|---|---|---|
ImageIdList | Array of String | 是 | ["img-158xxxxxx", "img-159xxxxxx"] | 镜像 ID 列表,单次请求可同时传入最多 10 个 ID。 |
下表仅列出本接口特有的返回参数。更多信息请参见返回结构。
参数 | 类型 | 示例值 | 描述 |
|---|---|---|---|
Items | Array of DeleteAOSPImageItem | - | 删除结果详情列表。 |
参数 | 类型 | 示例值 | 描述 |
|---|---|---|---|
ErrCode | Integer | 0 | 错误码。成功时返回 |
ImageId | String | img-158xxxxxx | 镜像 ID。 |
ErrorMsg | String | - | 错误信息。成功时返回空值。 |
POST https://open.volcengineapi.com?Action=DeleteAOSPImage&Version=2025-05-01 { "ImageIdList": [ "img-158xxxxxx", "img-159xxxxxx" ] }
{ "ResponseMetadata": { "Action": "DeleteAOSPImage", "Region": "cn-north-1", "Service": "ACEP", "Version": "2025-05-01", "RequestId": "20230604110420****100232280022D31" }, "Result": { "Items": [ { "ErrCode": 0, "ImageId": "img-158xxxxxx", "ErrorMsg": "" }, { "ErrCode": 0, "ImageId": "img-159xxxxxx", "ErrorMsg": "" } ] } }
您可访问公共错误码,获取更多错误码信息。