Skip to main content

Unsubscribe from webhook block

Unsubscribe from webhook block

Path Parameters
typebotId string โ€” REQUIRED
blockId string โ€” REQUIRED
Responses
200

Successful response

Schema
id string
url string
default

Error response

Schema
message string
code string
issues object[]
message string
query.webhook.unsubscribeWebhook
POST /typebots/:typebotId/webhookBlocks/:blockId/unsubscribe
typebotId โ€” path
blockId โ€” path
Body
Loading...
https://app.typebot.io/api/v1
curl -L -X POST 'https://app.typebot.io/api/v1/typebots/:typebotId/webhookBlocks/:blockId/unsubscribe' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json'