---
title: "Update Webhook"
method: PUT
path: "/webhooks/{id}"
tags: ["Webhook APIs"]
---

# Update Webhook

`PUT /webhooks/{id}`

Replaces an existing webhook configuration with a new set of event subscriptions and optional custom headers. All existing settings are overwritten. Use this to fully reset the configuration.

## Path parameters

- `id` integer, required

## Headers

- `on-behalf-of` string

## Request body

- Schema — unresolved $ref

## Response `204`

Webhook updated successfully. No content is returned.

## Other responses

- `400` — Bad Request – One or more fields are invalid.
- `401` — Unauthorized – Missing or invalid API key.
- `403` — Forbidden – Insufficient permissions to update the webhook.
- `404` — Webhook not found – The provided ID does not exist.
- `500` — Internal Server Error – Unexpected failure.

---

[API](https://skmtc.dev/netcorecloud/apis/email-api-v6.md) · [All operations](https://skmtc.dev/netcorecloud/apis/email-api-v6/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/netcorecloud/email-api-v6/revisions/73f83bc2eff8/schema)
