v1

latestOpenAPI 3.0.12026-07-226992320.0 KB
Webhooks

Delete Webhook

Permanently removes a webhook by webhookId. Cannot be undone — no further event deliveries will be attempted to the registered URL. Returns 204 No Content on success.

delete/v1/webhooks/{webhookId}

Path parameters

webhookIdstring required

Unique identifier of the webhook to delete. Obtained from the webhookId field in the Create Webhook or List Webhooks response.

Response

OK