API
TypeScript
Arguments
id : string
The id of your webhook handler provided by createWebhookHandler().Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The legacy app.ts layout is deprecated. New apps use the folder-based layout under src/app/; convert existing apps with the migration guide.
Deletes a webhook handler
import {deleteWebhookHandler} from "attio/server"
async function deleteWebhookHandler(id: string): Promise<void>
id : stringid of your webhook handler provided by createWebhookHandler().Was this page helpful?