delete.pull.request.comment {github}R Documentation

Delete a comment on a pull request

Description

Delete a comment on a pull request

Usage

delete.pull.request.comment(
  owner,
  repo,
  comment.id,
  ctx = get.github.context()
)

Arguments

owner

the repo owner

repo

the repo name

comment.id

the id of the pull request

ctx

the github context object

Value

the comment


[Package github version 0.9.12 Index]