> ## Documentation Index
> Fetch the complete documentation index at: https://docs.knoxcall.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Client

> Permanently deletes a client and removes it from all route assignments

## Delete Client

```text theme={"dark"}
DELETE /v1/clients/:id
```

Permanently deletes a client and removes it from all route assignments.

### Path Parameters

| Parameter | Type | Description   |
| --------- | ---- | ------------- |
| `id`      | uuid | The client ID |

### Response

```json theme={"dark"}
{
  "data": { "deleted": true },
  "meta": { "request_id": "550e8400-e29b-41d4-a716-446655440000" }
}
```

### Errors

| Status | Type        | Description      |
| ------ | ----------- | ---------------- |
| 404    | `not_found` | Client not found |
