curl -X DELETE "https://api.caret.so/v1/integrations/zapier/webhook" \
-H "X-API-Key: your_api_key_here" \
-H "Content-Type: application/json" \
-d '{
"hookUrl": "https://hooks.zapier.com/hooks/catch/123456/abcde/"
}'
{
"status": "success"
}
Deletes an existing Zapier webhook URL from the workspace
curl -X DELETE "https://api.caret.so/v1/integrations/zapier/webhook" \
-H "X-API-Key: your_api_key_here" \
-H "Content-Type: application/json" \
-d '{
"hookUrl": "https://hooks.zapier.com/hooks/catch/123456/abcde/"
}'
{
"status": "success"
}
X-API-Key HTTP header.
https://.success if the request was
processed.curl -X DELETE "https://api.caret.so/v1/integrations/zapier/webhook" \
-H "X-API-Key: your_api_key_here" \
-H "Content-Type: application/json" \
-d '{
"hookUrl": "https://hooks.zapier.com/hooks/catch/123456/abcde/"
}'
{
"status": "success"
}