0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2024-11-21 17:36:59 -05:00

Fix copying mistake

This commit is contained in:
Kwonunn 2024-09-23 07:58:10 +00:00
parent 9567aff03a
commit d88ef00889

View file

@ -82,7 +82,7 @@ The server responds with the following HTTP Status codes.
## Delete a package
To delete a Debian package perform a HTTP DELETE operation. This will delete the package version too if there is no file left.
To delete a RPM package perform a HTTP DELETE operation. This will delete the package version too if there is no file left.
```
DELETE https://forgejo.example.com/api/packages/{owner}/rpm/{group}/package/{package_name}/{package_version}/{architecture}