Gluecrawl Docs
Webhooks

Delete a Webhook

Remove a webhook configuration while preserving redacted history.

DELETE/v1/webhooks/:webhook_id
Authentication
Bearer API key
Request
No body
Response
204 No Content
Billing
No direct charge
Execution
Immediate

Deletes the endpoint configuration. Pending deliveries are cancelled, and all retained delivery records have their endpoint association and destination URL removed. Completed or failed history remains accessible through List Webhook Deliveries while records are retained.

Path parameters

NameTypeDescription
webhook_idrequireduuidWebhook configuration ID.
curl -X DELETE 'https://api.gluecrawl.ai/v1/webhooks/WEBHOOK_ID' \  -H 'Authorization: Bearer glue_yourApiKeyHere'

Responses

The webhook configuration was deleted.