4d95080d8ffb

OpenAPI 3.0.3Apache-2.02026-08-10130378638.8 KB
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