Delete a Webhook.
DELETE
/dataflows/{dataflowId}/recordsets/{recordSetId}/webhooks/{webhookId}
curl \
--request DELETE 'https://dataflownode.zerionsoftware.com/zcrypt/v1.0/dataflows/{dataflowId}/recordsets/{recordSetId}/webhooks/{webhookId}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"_id": "574bcd24d96535adaf730a63"
}