Deleting an Image (Native OpenStack API v1.1 - Abandoned and Not Recommended)

Function

This API is used to delete an image. If you soft delete the image with a specified ID, the image persists in the database, but in the deleted status.

This API has been discarded. Deleting an Image (Native OpenStack API) is recommended.

URI

DELETE /v1.1/images/{image_id}

Table 1 lists the parameters in the URI.
Table 1 Parameter description

Parameter

Mandatory

Type

Description

image_id

Yes

String

Specifies the image ID.

Request

Response

Returned Values