cURL
curl --request DELETE \ --url https://api.heygen.com/v3/webhooks/endpoints/{endpoint_id} \ --header 'x-api-key: <api-key>'
{ "error": null, "data": {} }
Permanently delete a webhook endpoint. Events will no longer be delivered to this URL.
HeyGen API key. Obtain from your HeyGen dashboard.
Webhook endpoint ID
Successful response