pub async fn reactions_slash_delete_for_commit_comment(
configuration: &Configuration,
owner: &str,
repo: &str,
comment_id: i32,
reaction_id: i32,
) -> Result<(), Error<ReactionsSlashDeleteForCommitCommentError>>
Expand description
Note: You can also specify a repository by repository_id
using the route DELETE /repositories/:repository_id/comments/:comment_id/reactions/:reaction_id
. Delete a reaction to a commit comment.