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

# Delete Webhook

> Remove a registered webhook endpoint

# Delete Webhook

Removes a registered webhook endpoint. Repixa will stop sending events to this URL immediately.

## Request

```bash theme={null}
DELETE https://api.repixa.io/v1/webhooks/{webhookId}
Authorization: Bearer YOUR_API_KEY
```

### Path parameters

| Parameter   | Type   | Description                            |
| ----------- | ------ | -------------------------------------- |
| `webhookId` | string | The unique ID of the webhook to delete |

## Response `204`

No content. The webhook has been removed.
