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"
}
워크스페이스에서 기존 Zapier 웹훅 URL을 삭제합니다
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 헤더에 API 키가 포함되어야 합니다.
https://로 시작하는 유효한 URL이어야 합니다.success.
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"
}