Deletes a webhook handler
import {deleteWebhookHandler} from "attio/server"
async function deleteWebhookHandler(id: string): Promise<void>
id : string
id
createWebhookHandler()
Was this page helpful?