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.
Request parameters
None
Deleting an image
DELETE https://{Endpoint}/v1.1/images/3c3d1d01-b48a-4639-8a88-08be3b9b5d78
Returned Values |
Description |
---|---|
400 Bad Request |
Request error. |
401 Unauthorized |
Authentication failed. |
403 Forbidden |
You do not have the rights to perform the operation. |
404 Not Found |
The requested resource was not found. |
500 Internal Server Error |
Internal service error. |
503 Service Unavailable |
The service is unavailable. |