Skip to main content
DELETE
/
v3
/
webhooks
/
endpoints
/
{endpoint_id}
Delete a webhook endpoint
curl --request DELETE \
  --url https://api.heygen.com/v3/webhooks/endpoints/{endpoint_id} \
  --header 'x-api-key: <api-key>'
{
  "error": null,
  "data": {}
}

Authorizations

x-api-key
string
header
required

HeyGen API key. Obtain from your HeyGen dashboard.

Path Parameters

endpoint_id
string
required

Webhook endpoint ID

Response

Successful response

error
object
data
object