---
title: "Delete Webhook"
method: DELETE
path: "/tenants/{tenant_id}/webhooks/{webhook_id}"
tags: ["Webhooks"]
---

# Delete Webhook

`DELETE /tenants/{tenant_id}/webhooks/{webhook_id}`

Delete a Webhook by ID

## Path parameters

- `tenant_id` string, uuid, required
- `webhook_id` string, uuid, required

## Response `204`

Webhook successfully deleted.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/aurorasolar/apis/sync-api.md) · [All operations](https://skmtc.net/aurorasolar/apis/sync-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aurorasolar/sync-api/revisions/5b41808d104d/schema)
