Skip to main content
DELETE
/
api
/
v1
/
webhooks
/
endpoints
/
{endpointId}
Delete webhook endpoint
curl --request DELETE \
  --url https://dev-chat-engine.actualize.ae/api/v1/webhooks/endpoints/{endpointId} \
  --header 'x-api-key: <x-api-key>'

Headers

x-api-key
string
required

Path Parameters

endpointId
string
required

Response

204

The endpoint has been successfully deleted.