Delete a webhook

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

webhook_id

string

required

The unique identifier of the webhook to delete.

``204

Webhook successfully deleted.

``403 Forbidden - Wrong API key.

``404 Webhook ID doesn't exist.

``default Unexpected Server error.

Updated2 months ago


ShellNodeRubyPHPPython

``

xxxxxxxxxx

curl --request DELETE \

--url https://api.synthesia.io/v2/webhooks/webhook_id \

--header 'accept: application/json' ``

application/json

403404``default

Updated2 months ago