comment_delete
Remove a comment from a Voog article. Set force=true to approve the deletion; confirm the comment ID by running comments_list first.
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 | ||
| force | No | Must be true to actually perform the delete. Defaults to false (defensive opt-in). | |
| article_id | Yes | Voog article id (from articles_list) | |
| comment_id | Yes | Voog comment id (from comments_list) |