---
title: "Delete Webhook"
method: DELETE
path: "/webHooks/{webHookId}"
---

# Delete Webhook

`DELETE /webHooks/{webHookId}`

Delete a webhook.

## Path parameters

- `webHookId` string, required

## Response `200`

200

- object
  - `data` object
    - `attribution` object
      - `createdOn` string
      - `lastUpdatedOn` string
      - `lastUpdatedBy` object
        - `id` integer
        - `code` string
        - `description` string
        - `name` string
        - `type` string
      - `createdBy` object
        - `id` integer
        - `code` string
        - `description` string
        - `name` string
        - `type` string
    - `webHookId` string
    - `name` string
    - `eventNames` string[]
    - `webHookUrl` string
    - `webHookType` string
    - `methodType` string
    - `webHookHeaders` object
      - `Authorization` string
      - `Content-Type` string
    - `noOfRetryAttempts` integer
    - `maxAllowedConnections` integer
    - `active` boolean
    - `slaInSeconds` integer
    - `consumerGroupId` string
    - `tillDetailsEnrichmentEnabled` boolean
    - `storeDetailsEnrichmentEnabled` boolean
    - `customerIdentifiersToBeEnriched` unknown[]
      - unknown
    - `awardedReferenceEnrichmentEnabled` boolean
    - `availablePointsBalanceEnrichmentEnabled` boolean
  - `errors` unknown
  - `warnings` unknown

## Other responses

- `400` — 400

---

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