Skip to main content
DELETE
/
v1
/
webhook-endpoints
/
{endpoint_id}
Delete a webhook endpoint
curl --request DELETE \
  --url https://api.poly.ai/v1/webhook-endpoints/{endpoint_id} \
  --header 'x-api-key: <api-key>'
{
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

endpoint_id
string<uuid>
required

Response

Webhook endpoint deleted successfully.