# Delete Company

`lawmatics_delete-company` · Lawmatics MCP tool · Companies

Delete a company from Lawmatics by ID. This is irreversible.

## Input

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

## Output

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