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

# Delete Webhook

`DELETE /v1/webhooks/{webhookId}`

## Path parameters

- `webhookId` string, required

## Headers

- `Authorization` string — User access token
- `Content-Type` 'application/json'

## Response `200`

Returns the deleted webhook

- object
  - `id` string, required — Unique identifier
  - `name` string, required — Name of the webhook
  - `url` string, required — URL to send webhook events to
  - `authKey` string, required — Authorization key to use for webhook source verification
  - `applicationId` string, required — Application ID that the webhook is associated with
  - `events` string[], required — List of events that the webhook is subscribed to
  - `active` boolean, required — Whether the webhook is active
  - `createdAt` string, date-time, required — Time the webhook was created
  - `updatedAt` string, date-time, required — Time the webhook was last updated

---

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