---
title: "Disable outbound webhook"
method: DELETE
path: "/webhooks/{id}"
tags: ["Webhooks"]
---

# Disable outbound webhook

`DELETE /webhooks/{id}`

Disables an outbound webhook endpoint. Past delivery records are retained.

## Path parameters

- `id` string, required

## Response `200`

Disabled

- object
  - `success` boolean
  - `webhook` OutboundWebhookEndpoint
    - `id` string
    - `name` string
    - `url` string, uri
    - `status` 'enabled' | 'disabled'
    - `events` OutboundWebhookEventType[]
    - `consecutiveFailures` integer — Consecutive failed delivery attempts used for endpoint backoff.
    - `circuitOpenedAt` string, date-time, nullable
    - `circuitOpenUntil` string, date-time, nullable
    - `signingSecret` string — Returned only when creating a webhook or adding a signing secret.
    - `signingSecrets` object[] — Active signing secret metadata. Secret values are returned only once.
      - `id` string
      - `prefix` string
      - `createdAt` string, date-time
    - `lastSuccessAt` string, date-time, nullable
    - `lastFailureAt` string, date-time, nullable
    - `createdAt` string, date-time
    - `updatedAt` string, date-time

## Other responses

- `401` — Unauthorized
- `404` — Webhook not found

## Changes

- **2026-05-13** `9a89cb9ec599` — 2 warning
  - added the new `subscriber.unsubscribed` enum value to the `webhook/events/items/` response property for the response status `200`
  - added the new `subscriber.updated` enum value to the `webhook/events/items/` response property for the response status `200`
- **2026-05-07** `c21889189dc9` — 2 warning
  - added the new `sequence.failed` enum value to the `webhook/events/items/` response property for the response status `200`
  - added the new `sequence.finished` enum value to the `webhook/events/items/` response property for the response status `200`
- **2026-05-07** `50ebf9e9f651` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/sequenzy/apis/sequenzy-api/changes/webhooks/:id/delete.md)

---

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