Skip to main content
DELETE
/
webhook-endpoints
/
{endpointId}
Delete a webhook endpoint
curl --request DELETE \
  --url https://voice.growdental.ai/api/partner/v1/webhook-endpoints/{endpointId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "deleted": true
}

Authorizations

Authorization
string
header
required

Partner API key sent as a Bearer token:

Authorization: Bearer gd_live_...

Keys are issued by the GrowDental team (invite-only), shown once at creation, and stored server-side only as a SHA-256 hash. Key format: gd_live_ (or gd_test_) followed by a 43-character base62 secret (~256 bits of entropy). To rotate, request a new key, deploy it, then ask us to revoke the old one — both keys work during the overlap.

Path Parameters

endpointId
string<uuid>
required

Webhook endpoint ID.

Response

Endpoint deleted.

id
string<uuid>
required

The deleted endpoint's ID.

deleted
boolean
required