Webhooks
Delete a webhook
Delete a webhook by its ID. The webhook stops receiving events and is detached from every prompt, evaluator, and monitor it was subscribed to. This operation is irreversible.
<Warning>This endpoint is in alpha, read more here.</Warning>
delete/v2/webhooks/{webhook_id}
Path parameters
webhook_idstring required
A universally unique identifier (base64-encoded opaque string).
Example:RW50aXR5OjEyMzQ1
The unique webhook identifier (base64)
Response
Webhook successfully deleted