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

# deleteWebhookHandler()

> Deletes a webhook handler

```js theme={"system"}
import {deleteWebhookHandler} from "attio/server"
```

Deletes a [webhook handler](./webhook-handlers).

## API

```ts TypeScript theme={"system"}
async function deleteWebhookHandler(id: string): Promise<void>
```

## Arguments

### `id : string`

The `id` of your webhook handler provided by [`createWebhookHandler()`](./create-webhook-handler).
