pub async fn issues_slash_remove_label(
configuration: &Configuration,
owner: &str,
repo: &str,
issue_number: i32,
name: &str,
) -> Result<Vec<Label>, Error<IssuesSlashRemoveLabelError>>
Expand description
Removes the specified label from the issue, and returns the remaining labels on the issue. This endpoint returns a 404 Not Found
status if the label does not exist.