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

# Delete Webhook Destination

> Remove a destination. Cannot be undone.

```bash theme={null}
curl -X DELETE https://identity.contra.id/v1/webhook-destinations/$UUID \
  -H "x-api-key: $CONTRA_KEY"
```

## Response · 204

No body. To disable temporarily without deleting, use [Update](/api-reference/webhooks/update) with `{"active": false}`.
