Handbook
Glossary
delete-issue-comment-by-id ( owner repo comment-id -- json )
Vocabulary
github
Inputs
owner
an
object
repo
an
object
comment-id
an
object
Outputs
json
an
object
Definition
USING:
formatting
;
IN:
github
:
delete-issue-comment-by-id
( owner repo comment-id -- json )
"/repos/%s/%s/issues/comments/%s"
sprintf
github-delete
;