Deletes all the labels from a given repository.

delete_all_labels(org, repo, .api_url = api_url(graphql = FALSE))

Arguments

org

Name of organization to query

repo

Name of repository to query

.api_url

Optional API url to query. Defaults to "https://api.github.com/" This function uses the v3 REST API instead of the v4 GraphQL

Value

A message showing the tags that were deleted