---
title: "Unroute transactions from a group profile"
method: POST
path: "/accounting/v1.0/folios/transactions/unroute"
tags: ["Folios"]
---

# Unroute transactions from a group profile

`POST /accounting/v1.0/folios/transactions/unroute`

Unroute transactions from a group profile back to the original reservation. This reverses a previous routing operation, removing the transactions from the group profile and returning them to the reservation they originated from. Unlike move and route operations, only individual transaction IDs are supported (transaction types are not accepted).

## Headers

- `X-Property-ID` integer, required

## Request body

- UnrouteTransactionsRequest — Request to unroute transactions from a group profile back to the original reservation. Only transaction IDs are supported (no transaction types).
  - `transactions` integer[], required — List of transaction IDs to unroute from the group profile.

## Response `200`

OK

## 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)
