gh_repos_delete: Delete a GitHub repository

Description Usage Arguments Value See Also

View source: R/gh_repos.R

Description

Use with caution! By default the github token created with usethis::create_github_token() does not allow this functionality. You must create your own PAT that has the appropriate permissions to delete repositories.

Usage

1

Arguments

path

GitHub repo path of the form "username/repo". If not provided, will default to current repo.

...

Additional parameters, see https://docs.github.com/en/rest

Value

NA; used for side effects to delete a repository from GitHub.

See Also

Other Repositories: gh_repos_create(), gh_repos_delete_internal(), gh_repos_list(), gh_repos_mutate()


ghee documentation built on March 11, 2021, 5:07 p.m.