issues_slash_delete_label

Function issues_slash_delete_label 

Source
pub async fn issues_slash_delete_label(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    name: &str,
) -> Result<(), Error<IssuesSlashDeleteLabelError>>
Expand description

Deletes a label using the given label name.