pub async fn repo_delete_release_attachment(
configuration: &Configuration,
owner: &str,
repo: &str,
id: i64,
attachment_id: i64,
) -> Result<(), Error<RepoDeleteReleaseAttachmentError>>
pub async fn repo_delete_release_attachment(
configuration: &Configuration,
owner: &str,
repo: &str,
id: i64,
attachment_id: i64,
) -> Result<(), Error<RepoDeleteReleaseAttachmentError>>