Delete Webhook
# Delete Webhook
**Endpoint**
`Delete {{baseUrl}}/api/public/webhooks/DeleteWebhook?webhookId=1234`
**Description**
This API deletes an existing webhook.
---
## Query Parameters
- **`webhookId`** (`string`): The unique identifier of the webhook to delete. This must be provided as a query parameter.
---
Headers
X-API-KEY
API key header using this scheme. Example: āX-API-KEY: {API_KEY}ā
Query parameters
webhookId

