Deleting an Image Tag

Function

This API is used to delete a specified tag from an image.

Constraints

URI

DELETE /v2/{project_id}/images/{image_id}/tags/{key}

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

Parameter

Mandatory

Type

Description

project_id

Yes

String

Specifies the project ID.

image_id

Yes

String

Specifies the image ID.

key

Yes

String

Specifies the key of the tag to be deleted.

Request

Response

Returned Values