Delete image
Method | URI | Description |
---|---|---|
DELETE | /v2/{tenant_id}/images/{image_id} | Deletes a specified image. |
Normal response codes: 204
CAUTION:
If the password of the user who registered (imported) the image was changed, image deletion will fail. In such a case, convey the image UUID to the operator and request deletion of the image.
Request
This table shows the URI parameters for the delete image request:
Name | Type | Description |
---|---|---|
{tenant_id} | UUID | Project ID |
{image_id} | UUID | The UUID for the image. |
This operation does not accept a request body and does not return a response body.