cURL
curl --request DELETE \ --url https://api.optimaldial.com/api/v1/webhooks/{webhook_id} \ --header 'Authorization: Bearer <token>'
{ "status": "deleted" }
OptimalDial API key, prefixed od_live_, sent as Authorization: Bearer .... Mint keys in the in-app developer panel; they are scoped to a single organization.
od_live_
Authorization: Bearer ...
Endpoint deleted.
deleted