> ## Documentation Index
> Fetch the complete documentation index at: https://docs.annature.com.au/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete an endpoint

Permanently deletes a webhook endpoint from your organisation.

Once deleted, the endpoint will no longer receive webhook events, and its signing secret will be invalidated.

> Any pending webhook delivery attempts to this endpoint will be immediately cancelled. No further retries will occur after deletion.

## Parameters

<ParamField path="id" type="string">
  The unique identifier for the webhook endpoint.
</ParamField>

<RequestExample>
  ```bash Endpoint theme={null}
  DELETE /v1/endpoints/:id
  ```
</RequestExample>

<ResponseExample>
  ```bash theme={null}
  204
  ```
</ResponseExample>
