Delete Comment (lawmatics_delete-comment)
Delete a comment from a Lawmatics task by ID. This is irreversible.
Tool Input
taskIdstringrequired— ID of the parent task the comment belongs to; a numeric string(pattern: ^\d+$)
commentIdstringrequired— ID of the comment to delete; a numeric string(pattern: ^\d+$)
Tool Output
idstringrequired— ID of the deleted comment
deletedbooleanrequired— Always true when the comment was successfully deleted
Related Tools