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.
Request
Request parameters
None
Example Request
Deleting an image
DELETE https://{Endpoint}/v1.1/images/3c3d1d01-b48a-4639-8a88-08be3b9b5d78
Response
Returned Values
- Normal
- Abnormal
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.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.