Skip to main content
DELETE
/
v1
/
webhooks
/
endpoints
/
{endpointId}
cURL
curl --request DELETE \
  --url https://api.nxos.io/v1/webhooks/endpoints/{endpointId} \
  --header 'Authorization: <authorization>'
{
  "id": "<string>",
  "deleted": true
}

Headers

Authorization
string
required

Bearer token. Format: Bearer <api_key>

Path Parameters

endpointId
string
required

Response

The request has succeeded.

Response confirming a webhook endpoint was deleted.

object
enum<string>
required

Object type. Always webhook_endpoint.

Available options:
webhook_endpoint
id
string
required

Identifier of the deleted endpoint.

deleted
boolean
required

Always true.