---
title: "Delete webhook batch"
method: DELETE
path: "/v2/WebHook/batch"
tags: ["WebHook"]
---

# Delete webhook batch

`DELETE /v2/WebHook/batch`

Deletes a list of given webhooks. This is a permanent delete.

## Request body

- WebHookRequest[], nullable — An Array of WebHookRequests to be deleted
  - `hookUrl` string, nullable
  - `hookEvent` string, nullable
  - `isActive` boolean
  - `isZapHook` boolean

## Response `200`

Success

- PublicApiResponse
  - `message` string, nullable — Information Message
  - `errors` string[], nullable — Error messages

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Server Error

---

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