---
title: "Delete Webhook"
method: DELETE
path: "/api/v1/webhooks/{webhook_id}/"
tags: ["webhooks"]
---

# Delete Webhook

`DELETE /api/v1/webhooks/{webhook_id}/`

Delete an existing webhook

## Path parameters

- `webhook_id` string, required

## Response `200`

Webhook deleted successfully

- object
  - `message` string

## Other responses

- `403` — Unauthorized access
- `404` — Webhook not found

---

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