---
title: "Close a hold limit breach"
method: POST
path: "/v1/profiles/{profileId}/balances/hold-limit-breach/{holdLimitBreachId}"
tags: ["balance"]
---

# Close a hold limit breach

`POST /v1/profiles/{profileId}/balances/hold-limit-breach/{holdLimitBreachId}`

Closes an open hold limit breach by performing a one-time refund to a specified recipient. The recipient will receive the excess amount that caused the breach.

Only breaches with `state: OPEN` can be closed via this endpoint.

## Path parameters

- `profileId` integer, required
- `holdLimitBreachId` integer, required

## Headers

- `X-External-Correlation-Id` string, uuid

## Request body

- object
  - `targetRecipientId` integer, required — ID of the recipient to receive the refund of the excess funds.
  - `state` string, required — Must be `CLOSED`. This is the only supported value.

## Response `204`

Returns 204 No Content on success.

## Other responses

- `400` — Invalid state used.
- `403` — Caller attempts to close a holdLimitBreach that does not belong to them.
- `404` — Caller attempts to close a holdLimitBreach that does not exist.
- `429` — Rate limit exceeded. Retry after the number of seconds specified in the `Retry-After` header.

---

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