cURL
curl --request DELETE \ --url https://api.poly.ai/v1/webhook-endpoints/{endpoint_id} \ --header 'x-api-key: <api-key>'
{ "message": "<string>" }
Webhook endpoint deleted successfully.
Was this page helpful?