---
title: "Revoke the current webhook signing secret"
method: POST
path: "/api/v1/webhooks/secret/revoke"
tags: ["Webhook"]
---

# Revoke the current webhook signing secret

`POST /api/v1/webhooks/secret/revoke`

Revoke the current webhook signing secret

## Request body

- WebhookSecretInput — Input for webhook secret operations
  - `merchant_id` string, uuid — Merchant ID. Defaults to the logged-in merchant if not provided. Required for admin tokens.

## Response `200`

Success

- WebhookRevokeWebhookSecretResponse
  - `success` boolean, required — Indicates if the request was successful
  - `data` object, required
    - `message` string, required — A message confirming the webhook secret was revoked

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

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