Delete a specific release asset.

Section: Releases

Delete a release asset

bash
bash
gh release delete-asset v1.2.3 app-linux-amd64.tar.gz --yes
Explanation

Delete a specific release asset.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Releases
Upload release assets
Upload additional assets to a release.
OpenIn sheetbashsame section
Delete a release
Delete a release and optionally its tag.
OpenIn sheetbashsame section
List releases
List releases for a repository.
OpenIn sheetbashsame section
View a release
Show details for a release tag.
OpenIn sheetbashsame section
Create a release
Create a release and upload assets.
OpenIn sheetbashsame section
Create release notes automatically
Generate release notes automatically.
OpenIn sheetbashsame section