comment_delete
Remove a comment from a Voog article by providing the article and comment IDs; use force=true to confirm the deletion.
Instructions
Remove a comment (DELETE /articles/{article_id}/comments/{comment_id}). Voog returns 204. Requires force=true; without it the call is rejected. Run comments_list first to confirm the id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| article_id | Yes | Voog article id (from articles_list) | |
| comment_id | Yes | Voog comment id (from comments_list) | |
| force | No | Must be true to actually perform the delete. Defaults to false (defensive opt-in). |