Unsubscribe from webhook block
Unsubscribe from webhook block
Path Parameters |
---|
typebotId string โ REQUIRED |
blockId string โ REQUIRED |
Responses | |||||
---|---|---|---|---|---|
200 Successful response
| |||||
default Error response
|
Unsubscribe from webhook block
Path Parameters |
---|
typebotId string โ REQUIRED |
blockId string โ REQUIRED |
Responses | |||||
---|---|---|---|---|---|
200 Successful response
| |||||
default Error response
|
query.webhook.unsubscribeWebhook
POST /typebots/:typebotId/webhookBlocks/:blockId/unsubscribe
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'