v1
latestOpenAPI 3.1.02026-07-2617125852.3 KBWebhook
Delete webhook
Requires one of the following scopes: webhooks:delete, webhooks:all, all:delete, all:all
delete/api/v2/webhooks/{id}
Path parameters
idstring uuid required
Example:019f94cd-af6f-7631-aed2-ce1d9a4d2fd3
The ID of the item to delete
Request body
{"stackTrail":"paths:/api/v2/webhooks/{id}:delete:requestBody:content:application/json:schema","oasType":"schema","type":"unknown","example":null}
Response
The deleted Webhook
Example response
{
"id": "019f94cd-77fd-74f3-ac4a-dd7f7d7b5be6",
"organization": "019f94cd-77fd-74f3-ac4a-dd8009edca34",
"campaign": "019f94cd-77fd-74f3-ac4a-dd8150594714",
"name": "Zapier Positive Replies",
"target_hook_url": "https://webhook.site/unique-url",
"event_type": "email_sent",
"custom_interest_value": 1,
"headers": {
"Authorization": "Basic dXNlcm5hbWU6cGFzc3dvcmQ="
},
"timestamp_created": "2026-07-24T15:45:21.405Z",
"status": 1,
"timestamp_error": "2026-07-24T15:45:21.405Z"
}