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