---
title: "Delete Webhook Event"
method: DELETE
path: "/webhook/events/{webhook_id}"
tags: ["Webhooks"]
---

# Delete Webhook Event

`DELETE /webhook/events/{webhook_id}`

Delete a webhook event for a specified webhook ID, unregistering it from receiving any further notifications for the subscribed event categories in your application.

## Path parameters

- `webhook_id` string, uuid, required

## Headers

- `sub-application` string, uuid

## Response `200`

Deleted

## Other responses

- `400` — Validation Error
- `401` — Authentication Error
- `404` — Webhook ID not found
- `500` — Unexpected Error

---

[API](https://skmtc.net/yapily/apis/yapily-api.md) · [All operations](https://skmtc.net/yapily/apis/yapily-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yapily/yapily-api/versions/a8ca54f9eb9f/schema)
