Deletes a custom image.
Operation description
You cannot delete an image that is currently in use by an instance group.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| ImageIds | array | Yes | The IDs of the images. | |
| ImageId | string | Yes | The ID of the image. | imgc-kjsdfkjsk**** |
Response parameters
Examples
Sample success responses
JSONformat
{
"Data": {
"SuccessDeleteImageIds": [
"imgc-jkafjsjk****"
],
"FailDeleteImageIds": [
"imgc-sjkdfs8****"
]
},
"RequestId": "4610632D-D661-5982-B3D7-5D3FD183F595"
}Error codes
For a list of error codes, visit the Service error codes.
