Delete image metadata item
Method | URI | Description |
---|---|---|
DELETE | /v2/{tenant_id}/images/{image_id}/metadata/{key} | Deletes a metadata item by key for a specified image. |
Normal response codes: 204
Request
This table shows the URI parameters for the delete image metadata item request:
Name | Type | Description |
---|---|---|
{tenant_id} | UUID | Project ID |
{image_id} | UUID | The UUID for the image. |
{key} | Image Metadata Key |
A string. Maximum length is 255 characters. |
This operation does not accept a request body and does not return a response body.