pub async fn git_slash_delete_ref(
configuration: &Configuration,
owner: &str,
repo: &str,
ref: &str,
) -> Result<(), Error<GitSlashDeleteRefError>>
Expand description
Deletes the provided reference.
pub async fn git_slash_delete_ref(
configuration: &Configuration,
owner: &str,
repo: &str,
ref: &str,
) -> Result<(), Error<GitSlashDeleteRefError>>
Deletes the provided reference.