---
title: "Delete a webhook"
method: DELETE
path: "/webhooks/{webhook_id}"
tags: ["Webhooks"]
---

# Delete a webhook

`DELETE /webhooks/{webhook_id}`

Delete a webhook

## Path parameters

- `webhook_id` string, uuid, required

## Response `200`

Resource has been deleted

- DeleteResponse — Deleted object information
  - `id` string, uuid — Object ID
  - `resource` string — The resource name

## Other responses

- `401` — Unauthorized
- `404` — Resource not found
- `500` — Internal server error

---

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