cURL
curl --request DELETE \ --url https://api.us.poly.ai/v1/webhook-endpoints/{endpoint_id} \ --header 'x-api-key: <api-key>'
{ "message": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.poly.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.poly.ai/llms.txt
Use this file to discover all available pages before exploring further.
The endpoint_id must be a prefixed ID (e.g. whe_9ZtRcXw3nByK5pVqMaEfJs).
^whe_[A-Za-z0-9]+$
"whe_9ZtRcXw3nByK5pVqMaEfJs"
Webhook endpoint deleted successfully.
Was this page helpful?