---
title: "Delete a folio"
method: DELETE
path: "/accounting/v1.0/folios/{id}"
tags: ["Folios"]
---

# Delete a folio

`DELETE /accounting/v1.0/folios/{id}`

Delete a folio. The folio is soft-deleted and will no longer appear in listings. You cannot delete a folio that still has transactions assigned to it; move or unroute all transactions before deleting.

## Path parameters

- `id` integer, required

## Headers

- `X-Property-ID` integer, required

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `403` — Access denied
- `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)
