> For the complete documentation index, see [llms.txt](https://docs.alignlabs.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.alignlabs.dev/align-api/webhooks/delete-webhook.md).

# Delete Webhook

## DELETE /v0/webhooks/{webhookId}

> Delete a webhook

```json
{"openapi":"3.0.0","info":{"title":"Developer API","version":"0"},"servers":[{"url":"https://api.alignlabs.dev","description":"Production server"},{"url":"https://api-sandbox.alignlabs.dev","description":"Sandbox server"}],"paths":{"/v0/webhooks/{webhookId}":{"delete":{"summary":"Delete a webhook","parameters":[{"name":"Api-Key","in":"header","description":"Your secret API key, available in the developer dashboard. Include this header on every request to authenticate your application.","required":true,"schema":{"type":"string"}},{"name":"webhookId","in":"path","description":"ID of the webhook to delete","required":true,"schema":{"type":"string"}}],"responses":{"204":{"description":"Webhook deleted successfully"}}}}}}
```
