Skip to main content
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 use Authorization: Bearer <API_KEY>.
string
required
Bearer token. Format: Bearer <API_KEY>.

Body

string
required
The webhook URL to be removed. Must be a valid URL starting with https://.

Response

string
Indicates the result of the operation. Always success if the request was processed.