Path: blob/master/GitHub/GitHub_Delete_an_issue_comment.ipynb
2973 views
Kernel: Python 3
GitHub - Delete an issue comment
Tags: #github #issue #comment #api #python #library
Author: Florent Ravenel
Last update: 2023-05-26 (Created: 2023-05-26)
Description: This notebook shows how to delete a comment to an issue on GitHub.
References:
Input
Import libraries
In [ ]:
Setup Variables
token
: GitHub tokenowner
: owner of the repositoryrepo
: name of the repositorycomment_id
: Id of comment to be deleted. To find it, you can use "GitHub - List issue comments"
In [ ]:
Model
Delete an issue comment
In [ ]:
Output
Display result
In [ ]: