# Delete Event Type

`lawmatics_delete-event-type` · Lawmatics MCP tool · Event Types

Delete an event type from Lawmatics by ID. This is irreversible.

## Input

- **eventTypeId** `string` (required, pattern: ^\d+$) — ID of the event type to delete; a numeric string

## Output

- **id** `string` (required) — Lawmatics event type ID that was deleted
- **deleted** `boolean` (required) — Always true; confirms the event type was deleted
