---
title: "Move a batch of floorplans into a folder collection"
method: POST
path: "/api/v3/projects/{project_id}/floorplans/batch_move"
tags: ["floorplans"]
---

# Move a batch of floorplans into a folder collection

`POST /api/v3/projects/{project_id}/floorplans/batch_move`

## Path parameters

- `project_id` string, uuid, required

## Headers

- `Fieldwire-Version` string, date, required

## Request body

- FloorplanBatchMoveInput — Schema for batch-moving floorplans into a folder collection
  - `floorplan_ids` string[], required — IDs of the floorplans to move
  - `folder_id` string, uuid, nullable, required — ID of the destination folder collection. Pass null to move to the root (unfiled)
  - `last_editor_user_id` integer, nullable — Required when using an API key; the ID of the user performing the action

## Response `200`

Batch move enqueued successfully

## Other responses

- `403` — Forbidden access
- `422` — Collections are not enabled for this project

---

[API](https://skmtc.dev/fieldwire/apis/fieldwire-super-api.md) · [All operations](https://skmtc.dev/fieldwire/apis/fieldwire-super-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fieldwire/fieldwire-super-api/revisions/66ee1c20b92d/schema)
