Skip to main content
DELETE
/
api
/
v1
/
webhooks
/
{webhook_id}
Delete a webhook endpoint
curl --request DELETE \
  --url https://api.optimaldial.com/api/v1/webhooks/{webhook_id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "deleted"
}

Authorizations

Authorization
string
header
required

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.

Path Parameters

webhook_id
string<uuid>
required

Response

Endpoint deleted.

status
enum<string>
required
Available options:
deleted