delete-issue-comment-by-id ( owner repo comment-id -- json )


Vocabulary
github

Inputs
owneran object
repoan object
comment-idan object


Outputs
jsonan object


Definition


: delete-issue-comment-by-id
( owner repo comment-id -- json )
"/repos/%s/%s/issues/comments/%s" sprintf github-delete ;