Endpoint | Method | Description |
---|---|---|
/udr/v1api/taginfo | DELETE | Removes a named tag. |
Basic Authorization header required. The specified user must have administrator privileges.
Argument | Type | Description |
---|---|---|
repository | string | Defines the full path of the repository where a tag is removed. |
tagName | string | Defines the name of the tag to remove. |
A JSON object is returned. If an error occurs, the "error" field will contain a descriptive error message (see Standard API Response).
Field | Type | Description |
---|---|---|
data | bool | Contains true indicating that the tag has been removed. |
curl -u username:usertoken -X DELETE https://registry.yoursite.com/udr/v1api/taginfo?repository=alpine&tagname=latest Response: { "error": null, "data": true }
Last Updated 08/17/2020 - (email)
RegistryUI.com © 2023 - Softel vdm, Inc.