Skip to main content
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().