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

# Delete a webhook endpoint

> Remove an endpoint. Deliveries stop immediately.

<ParamField path="id" type="string" required>The endpoint id.</ParamField>

<RequestExample>
  ```bash cURL theme={null}
  curl -X DELETE https://api.agentcard.sh/api/v2/webhook_endpoints/we_7h2k9p4m \
    -H "Authorization: Bearer $ORG_TOKEN"
  ```
</RequestExample>

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