---
title: "Delete a balance webhook setting by id"
method: DELETE
path: "/balancePlatforms/{balancePlatformId}/webhooks/{webhookId}/settings/{settingId}"
tags: ["Balances"]
---

# Delete a balance webhook setting by id

`DELETE /balancePlatforms/{balancePlatformId}/webhooks/{webhookId}/settings/{settingId}`

Deletes a balance webhook setting that contains the conditions for triggering [balance webhooks](https://docs.adyen.com/api-explorer/balance-webhooks/latest/post/balanceAccount.balance.updated).

## Path parameters

- `balancePlatformId` string, required
- `webhookId` string, required
- `settingId` string, required

## Response `204`

No Content - the request has been successfully processed, but there is no additional content.

## Other responses

- `400` — Bad Request - a problem reading or understanding the request.
- `401` — Unauthorized - authentication required.
- `403` — Forbidden - insufficient permissions to process the request.
- `404` — Not Found - the payment was not found
- `422` — Unprocessable Entity - a request validation error.
- `500` — Internal Server Error - the server could not process the request.

## Changes

- **2025-04-29** (v2) `508e86c65b0b` — 1 breaking, 1 info
  - removed the success response with the status `200`
  - added the success response with the status `204`
- **2025-03-20** (v2) `e69e67d2e692` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/adyen/apis/balanceplatformservice/changes/balancePlatforms/:balancePlatformId/webhooks/:webhookId/settings/:settingId/delete.md)

---

[API](https://skmtc.dev/adyen/apis/balanceplatformservice.md) · [All operations](https://skmtc.dev/adyen/apis/balanceplatformservice/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/adyen/balanceplatformservice/revisions/8761ac1a9aab/schema)
