curl "https://api.pipedream.com/v1/webhooks/wh_abc123" \
-X DELETE \
-H "Authorization: Bearer <token>" \
-H "Content-Type: application/json"
curl "https://api.pipedream.com/v1/webhooks/wh_abc123" \
-X DELETE \
-H "Authorization: Bearer <token>" \
-H "Content-Type: application/json"
DELETE /webhooks/{id}
curl "https://api.pipedream.com/v1/webhooks/wh_abc123" \
-X DELETE \
-H "Authorization: Bearer <token>" \
-H "Content-Type: application/json"
Was this page helpful?