---
title: "Reverse a reservation-to-AR balance transfer"
method: DELETE
path: "/accounting/v1.0/accounts-receivable-ledgers/{accountsReceivableLedgerId}/reservation/{reservationId}/balance-transfer"
tags: ["Accounts Receivable Ledger"]
---

# Reverse a reservation-to-AR balance transfer

`DELETE /accounting/v1.0/accounts-receivable-ledgers/{accountsReceivableLedgerId}/reservation/{reservationId}/balance-transfer`

Reverse a previously created balance transfer between a reservation and an accounts receivable (AR) ledger. This moves the transferred balance back to the original reservation. This operation is processed asynchronously; the response includes an event ID you can use to track the result.

## Path parameters

- `accountsReceivableLedgerId` integer, required
- `reservationId` integer, required

## Headers

- `X-Property-ID` integer, required

## Response `200`

OK

- AsyncEventResponse
  - `eventId` string — Id of event which will be processed asynchronous.

## Other responses

- `400` — Bad Request
- `404` — Not found

---

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