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.
pub async fn issues_slash_delete_label(
configuration: &Configuration,
owner: &str,
repo: &str,
name: &str,
) -> Result<(), Error<IssuesSlashDeleteLabelError>>
Deletes a label using the given label name.