Zapier
Delete Zapier Webhook
Deletes an existing Zapier webhook URL from the workspace
DELETE
Overview
This endpoint removes a previously registered Zapier webhook URL from your workspace. Caret will stop sending notifications to this URL immediately. This is used by Zapier to clean up webhooks when a Zap is turned off or deleted.Authentication
All API requests must useAuthorization: Bearer <API_KEY>.
Bearer token. Format:
Bearer <API_KEY>.Body
The webhook URL to be removed. Must be a valid URL starting with
https://.Response
Indicates the result of the operation. Always
success if the request was
processed.