---
title: "Delete an event webhook"
method: DELETE
path: "/v1/event-webhooks/{webhook_key}"
tags: ["Event Webhooks"]
---

# Delete an event webhook

`DELETE /v1/event-webhooks/{webhook_key}`

Deletes an event webhook. Multi FileFeed event webhooks cannot be deleted while attached to a Multi FileFeed.

## Path parameters

- `webhook_key` string, required

## Query parameters

- `product_area` 'importer' | 'multi_file_feeds' — Product area that owns the event webhook.

## Response `200`

The request has succeeded.

- EventWebhookDeleteResponse
  - `success` boolean

## Other responses

- `400` — Bad request
- `401` — Unauthorized (missing or invalid API key)
- `403` — Forbidden
- `422` — Unprocessable entity

---

[API](https://skmtc.net/oneschema/apis/templates.md) · [All operations](https://skmtc.net/oneschema/apis/templates/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneschema/templates/revisions/40674aa6d4d9/schema)
