Delete a webhook endpoint
Removes a saved endpoint permanently.
Runs still referencing it simply stop delivering — nothing fails and nothing queues up. To stop deliveries temporarily instead, [pause it](https://docs.cloudraker.com/api/cloud-raker-api/webhooks/update-webhook-endpoint) with `disabled: true`.
**Learn more:** [Webhooks guide](https://docs.cloudraker.com/developers/webhooks)
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
id
Response
Deleted.
Errors
404
Not Found Error
429
Too Many Requests Error