pub async fn repos_slash_delete_release(
configuration: &Configuration,
owner: &str,
repo: &str,
release_id: i32,
) -> Result<(), Error<ReposSlashDeleteReleaseError>>
Expand description
Users with push access to the repository can delete a release.