fc_delete_comment
Remove unwanted or inappropriate comments from your FluentCommunity platform by specifying the comment ID to maintain clean discussions and community standards.
Instructions
Delete a comment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment_id | Yes | The ID of the comment to delete |
Input Schema (JSON Schema)
{
"properties": {
"comment_id": {
"description": "The ID of the comment to delete",
"type": "number"
}
},
"required": [
"comment_id"
],
"type": "object"
}