Webhooks
Delete endpoint
Delete a webhook endpoint.
DELETE
cURL
Headers
Bearer token. Format: Bearer <api_key>
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Delete a webhook endpoint.
curl --request DELETE \
--url https://api.nxos.io/v1/webhooks/endpoints/{endpointId} \
--header 'Authorization: <authorization>'{
"id": "<string>",
"deleted": true
}Bearer token. Format: Bearer <api_key>
curl --request DELETE \
--url https://api.nxos.io/v1/webhooks/endpoints/{endpointId} \
--header 'Authorization: <authorization>'{
"id": "<string>",
"deleted": true
}