delete_gist: Delete a gist in GitHub

Description Usage Arguments Details Value Examples

Description

This function deletes a gist from github, as long as you have appropriate permissions. Care should be taken as it will not be recoverable.

Usage

1

Arguments

gist

(string) The id of the gist.

...

Parameters passed to gh_request().

Details

For more details see the GitHub API documentation:

Value

delete_gist() returns a TRUE if successfully deleted.

Examples

1
2
3
4
5
6
## Not run: 

  delete_gist("806dca6b09a39e7b6326a0c8137583e6")


## End(Not run)

ChadGoymer/githapi documentation built on Oct. 22, 2021, 10:56 a.m.