This commit is contained in:
Your Name
2025-05-25 11:11:44 +12:00
parent 89bdd04ff8
commit 3db0208fe9
4 changed files with 7 additions and 95 deletions

View File

@@ -50,10 +50,6 @@ curl -X PUT \
- the object_file is uploaded, hashed, added to the registry (if that hash doesn't already exist), and {label:tag,hash} entries are added to the directory index.
- matching tags on older versions are removed.
### Delete Tag
- to delete a label/tag (object remains):
- `curl http://localhost:8123/deletetag?token="WRITE_TOKEN"\&labeltag="LABEL:TAG"`
### Delete Object
- to delete an object (and all tags on that object):
- `curl http://localhost:8123/deleteobject?token="WRITE_TOKEN"\&hash="HASH"`