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
cus_
whep_
"webhook_endpoint"
true
{ "id": "whep_1234567890abcdef", "object": "webhook_endpoint", "deleted": true }