Delete Comment
delete_commentDelete a comment permanently by its ID. Use this action for destructive removal, while resolve_comment marks a thread resolved without deletion.
Instructions
Delete an existing comment by id. This is destructive for that comment; use resolve_comment when you only want to mark a thread resolved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Comment id returned by list_comments or create_comment. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| ok | No | ||
| code | No | ||
| kind | No | ||
| error | No | ||
| details | No | ||
| success | No | ||
| commentId | No | ||
| retryable | No |