Attio Docs home pagelight logodark logo
    Webhooks
    deleteWebhookHandler()
    Overview
    App SDK
    REST API
  • Developer dashboard
  • Support
  • Using the App SDK
    • Introduction to the App SDK
    • Creating an app
    • Sharing your app
    • Shipping updates
    • Design guidelines
    Actions
    • RecordAction
    • BulkRecordAction
    Notifications
    • Notifying the user
    • alert()
    • confirm()
    • showToast()
    Dialogs
    • showDialog()
    Components
    • <Button />
    • <Checkbox />
    • <Column />
    • <Combobox />
    • <Form />
    • <NumberInput />
    • <Row />
    • <Section />
    • <SubmitButton />
    • <TextBlock />
    • <TextInput />
    • <Toggle />
    • <Typography />
    • <WithState />
    Forms
    • Form schema
    GraphQL
    • Using GraphQL
    • runQuery()
    Hooks
    • useAsyncCache()
    • useForm()
    • useQuery()
    Server
    • Server functions
    • attioFetch()
    • Connections
    • Events
    • Webhooks
      • Webhook Handlers
      • createWebhookHandler()
      • deleteWebhookHandler()
      • updateWebhookHandler()
    System
    • platform
    Webhooks

    deleteWebhookHandler()

    Deletes a webhook handler

    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().

    Was this page helpful?

    createWebhookHandler()updateWebhookHandler()
    xwebsite
    Powered by Mintlify
    On this page
    • API
    • Arguments
    • id : string