Deleting an Image (Discarded)¶
Function¶
This API is used to delete a specified image. The image cannot be restored after being deleted.
This API has been discarded. Use the API described in "Deleting an Image (Native OpenStack API)".
URI¶
DELETE /v2.1/{project_id}/images/{image_id}
Table 1 describes the parameters in the URI.
Parameter | Mandatory | Description |
---|---|---|
project_id | Yes | Specifies the project ID. For details about how to obtain the ID, see Obtaining a Project ID. |
image_id | Yes | Specifies the image ID. |
Request¶
None
Response¶
None
Example Request¶
DELETE https://{endpoint}/v2.1/9c53a566cb3443ab910cf0daebca90c4/images/6cad483b-e281-4985-a345-7afef1f3c5b7
Example Response¶
None