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

# Delete a Webhook Endpoint

Permanently deletes a webhook endpoint. Charge stops delivering events to this URL immediately.

<RequestExample>
  ```bash cURL theme={null}
  curl -X DELETE https://api.chargeapi.co/v1/webhook_endpoints/wh_K54CNln2O0UcHSjqsXUDx88jT4UpdujP \
    -H "Authorization: Bearer ch_sk_test_..."
  ```
</RequestExample>

<ResponseExample>
  ```json Response theme={null}
  {
      "id": "wh_K54CNln2O0UcHSjqsXUDx88jT4UpdujP",
      "object": "webhook_endpoint",
      "deleted": true
  }
  ```
</ResponseExample>

## Parameters

No parameters.

## Returns

Returns the deleted webhook endpoint.
