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