Skip to main content

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.

import {deleteWebhookHandler} from "attio/server"
Deletes a webhook handler.

API

TypeScript
async function deleteWebhookHandler(id: string): Promise<void>

Arguments

id : string

The id of your webhook handler provided by createWebhookHandler().