Delete Event (lawmatics_delete-event)
Cancel an event/appointment in Lawmatics by ID. Cancellation cannot be undone, but the event record is retained: it remains retrievable and listed with its canceledAt timestamp set. Optionally notify the attendees. Canceling an already-canceled event succeeds without change.
Tool Input
eventIdstringrequired— ID of the event (appointment) to cancel; a numeric string(pattern: ^\d+$)
notifyAttendeesboolean— Whether to notify attendees that the appointment was cancelled (the API defaults to false when omitted)
Tool Output
idstringrequired— ID of the canceled event
canceledbooleanrequired— Always true when the cancellation succeeded. The event record is NOT removed — it remains retrievable with its canceledAt timestamp set
Related Tools