pub async fn issues_slash_delete_milestone(
configuration: &Configuration,
owner: &str,
repo: &str,
milestone_number: i32,
) -> Result<(), Error<IssuesSlashDeleteMilestoneError>>
Expand description
Deletes a milestone using the given milestone number.