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