delete_comment
Remove unwanted or outdated comments from Qiita articles to maintain content quality and relevance. Delete comments by providing the specific comment ID.
Instructions
指定されたコメントを削除します
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commentId | Yes | コメントID |
Input Schema (JSON Schema)
{
"properties": {
"commentId": {
"description": "コメントID",
"type": "string"
}
},
"required": [
"commentId"
],
"type": "object"
}