---
title: "Delete Webhook Configuration"
method: DELETE
path: "/webhook-configurations"
tags: ["Webhook Configurations"]
---

# Delete Webhook Configuration

`DELETE /webhook-configurations`

Remove a webhook configuration.

- Specify `tenant_id` to delete a tenant-specific configuration.
- Omit `tenant_id` to delete the default configuration.

## Request body

- object
  - `webhook_type` 'ENRICHMENT_DATA' | 'ENRICHMENT_NOTIFICATION' | 'USER_TAGS_DATA' | 'USER_TAGS_NOTIFICATION' | 'INSIGHTS', required — The type of webhook to configure: - `ENRICHMENT_DATA`: Data-rich Transaction Enrichment webhooks (full payload) - `ENRICHMENT_NOTIFICATION`: Non-data-rich Enrichment webhooks (notification only, fetch data from the `/cleanup/{batch_request_id}` endpoint) - `USER_TAGS_DATA`: Data-rich User Tags webhooks (full payload) - `USER_TAGS_NOTIFICATION`: Non-data-rich User Tags webhooks (notification only) - `INSIGHTS`: Finsights/insights webhooks

## Response `200`

Webhook configuration deleted successfully.

- object
  - `deleted` boolean — Whether the configuration was successfully deleted.
  - `id` integer — The ID of the deleted configuration.

## Other responses

- `400` — Bad request. Possible errors: - `client_id header is required` - `webhook_type is required` - `Invalid webhook_type`
- `401` — Unauthorized.
- `403` — Missing required `enrichment` scope.
- `404` — Webhook configuration not found.

---

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