---
title: "Move/Rename a folder"
method: POST
path: "/move"
tags: ["Folder Operations"]
---

# Move/Rename a folder

`POST /move`

Move or rename a folder from one location to another

## Headers

- `X-Resource-Version` string

## Request body

- MoveFolderAction — Move Folder Action containing source & destination paths of the folder
  - `srcPath` string, required — Folder's source path.
  - `dstPath` string, required — Folder's destination path.

## Response `204`

No Content

## Other responses

- `403` — Forbidden

---

[API](https://skmtc.net/bloomreach/apis/documents-delivery-api-2-0.md) · [All operations](https://skmtc.net/bloomreach/apis/documents-delivery-api-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bloomreach/documents-delivery-api-2-0/revisions/87bfc06578c2/schema)
