---
title: "Unprotect bank account funds"
method: POST
path: "/bankaccounts/{id}/unprotect-funds/{protectionId}"
tags: ["Bank Accounts"]
---

# Unprotect bank account funds

`POST /bankaccounts/{id}/unprotect-funds/{protectionId}`

Unprotects funds in a trust bank account. Only trust accounts are supported.

## Path parameters

- `id` string, required
- `protectionId` string, required

## Request body

- UnprotectFundsDto
  - `amount` number, double, nullable — The amount to unprotect in dollars. Limited to 2 decimal places (cents). This value must exactly match the originally protected amount. Partial unprotect is not supported - the full protected amount must be unprotected. If not specified, the full protected amount will be unprotected automatically. Specifying this value provides validation to ensure you're unprotecting the expected amount.

## Response `202`

When request is accepted. Returns a hypermedia 'Link' object.

- Link
  - `id` string, nullable
  - `href` string, nullable
  - `relation` string, nullable
  - `method` string, nullable

## Other responses

- `400` — When an unsupported request is made.
- `403` — When bank account is not associated with authenticated client.
- `404` — When bank account or protection record does not exist.

---

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