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_id
endpoint_id
Response
Endpoint deleted
id
status
Errors
401
Delete Webhook Endpoint Request Unauthorized Error
404
Delete Webhook Endpoint Request Not Found Error