2.9. manifest
Manage the manifests of a repository.
2.9.1. deleteManifestLabel リンクのコピーリンクがクリップボードにコピーされました!
Deletes an existing label from a manifest.
DELETE /api/v1/repository/{repository}/manifest/{manifestref}/labels/{labelid}
Authorizations: oauth2_implicit (repo:write)
Path parameters
| Type | Name | Description | Schema |
|---|---|---|---|
| path |
labelid | The ID of the label | string |
| path |
repository | The full path of the repository. e.g. namespace/name | string |
| path |
manifestref | The digest of the manifest | string |