Function git_slash_delete_ref

Source
pub async fn git_slash_delete_ref(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    ref: &str,
) -> Result<(), Error<GitSlashDeleteRefError>>
Expand description

Deletes the provided reference.