Skip to main content
DELETE
/
integrations
/
api
/
v1
/
webhooks
/
endpoints
/
{endpoint_id}
Delete a webhook endpoint
curl --request DELETE \
  --url https://www.closient.com/integrations/api/v1/webhooks/endpoints/{endpoint_id}/ \
  --header 'X-API-Key: <api-key>'

Authorizations

X-API-Key
string
header
required

Path Parameters

endpoint_id
string<uuid>
required

Unique identifier of the webhook endpoint.

Response

204

No Content