Deleting a Tag (Native OpenStack API)

Function

This API is used to delete a custom tag from a private image.

URI

DELETE /v2/images/{image_id}/tags/{tag}

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

Parameter

Mandatory

Type

Description

image_id

Yes

String

Specifies the image ID.

tag

Yes

String

Specifies the image tag.

The tag can contain only digits, letters, underscores (_), and hyphens (-).

Request

Response

Returned Values