cURL
curl --request DELETE \ --url https://apis.hopnow.io/v1/customers/{customer_id}/webhook-endpoints/{endpoint_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "object": "<string>", "deleted": true }
Delete a webhook endpoint
Documentation IndexFetch the complete documentation index at: https://apidocs.hopnow.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://apidocs.hopnow.io/llms.txt
Use this file to discover all available pages before exploring further.
cus_
whep_
"webhook_endpoint"
true
{ "id": "whep_1234567890abcdef", "object": "webhook_endpoint", "deleted": true }