Delete a webhook endpoint

Permanently removes the endpoint. No soft-delete — use PATCH with active: false if you want to stop deliveries without losing the endpoint record.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

agent_idstringRequired
endpoint_idstringRequired

Response

Endpoint deleted
idstring
statusstring

Errors

401
Delete Webhook Endpoint Request Unauthorized Error
404
Delete Webhook Endpoint Request Not Found Error