g_comments_delete: Delete a comment on an issue.

View source: R/g_comments_delete.r

g_comments_deleteR Documentation

Delete a comment on an issue.

Description

Delete a comment on an issue.

Usage

  g_comments_delete(owner, repo, commentid = NULL, ...)

Arguments

owner

Name of owner of repository.

repo

Repository name, quoted.

commentid

Comment ID number.

comment

Comment text.

...

Futher arguments passed on to link{GET}.

Value

Data for the comment created.

See Also

link{g_comments}, link{g_comments_create}, link{g_comments_edit}

Examples

## Not run: 
g_auth()
options(useragent='ropensci')
g_comments_delete(owner='schamberlain', repo='foobar', commentid='20351662')

## End(Not run)

ropensci/gitr documentation built on May 18, 2022, 9:57 a.m.