mirror of
https://codeberg.org/forgejo/docs.git
synced 2025-04-26 05:30:40 +03:00
parent
0817341127
commit
4b4c81a4bf
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ The server responds with the following HTTP Status codes.
|
||||||
|
|
||||||
## Delete a package
|
## 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}
|
DELETE https://forgejo.example.com/api/packages/{owner}/rpm/{group}/package/{package_name}/{package_version}/{architecture}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue