# Delete Custom Contact Type

`lawmatics_delete-custom-contact-type` · Lawmatics MCP tool · Custom Contact Types

Delete a custom contact type from Lawmatics by ID. This is irreversible.

## Input

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

## Output

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