Signed-off-by: Marek Küthe <m.k@mk16.de>
This commit is contained in:
Marek Küthe 2025-03-25 14:46:48 +00:00
parent 7daa8dd7c3
commit af36268c82
No known key found for this signature in database
GPG key ID: 7E869146699108C7

View file

@ -99,7 +99,7 @@ Example request using HTTP Basic authentication:
```shell
curl --user your_username:your_token_or_password -X DELETE \
https://forgejo.example.com/api/packages/testuser/debian/pools/bionic/main/test-package/1.0.0/amd64
https://forgejo.example.com/api/packages/testuser/debian/pool/bionic/main/test-package/1.0.0/amd64
```
The server responds with the following HTTP Status codes.