provider gists DELETE /gists/{gist_id}/comments/{comment_id}
@utdk/github /gists/{gist_id}/comments/{comment_id}
Delete a gist comment
gist_id path required
The unique identifier of the gist.
string
comment_id path required
The unique identifier of the comment.
integer

Try it

Authentication
Configure credentials for GitHub v3 REST API
gists.deleteComment
DELETE/gists/{gist_id}/comments/{comment_id}

Parameters

required

The unique identifier of the gist.

required

The unique identifier of the comment.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import github from '@utdk/github';

await github.gists.deleteComment()