Skip to content

Delete a registry repository tag

DELETE
/api/v4/projects/{id}/registry/repositories/{repository_id}/tags/{tag_name}

Deletes a specified container registry repository tag.

id
required
One of:
string

The ID or URL-encoded path of the project

repository_id
required
integer

The ID of the repository

tag_name
required
string

The name of the tag

Success

Bad Request

Unauthorized

Forbidden

Not Found