---
title: "Moves a list to a given folder"
method: PUT
path: "/crm/v3/lists/folders/move-list"
tags: ["Basic"]
---

# Moves a list to a given folder

`PUT /crm/v3/lists/folders/move-list`

Given a list and a folder, the list will be moved to that folder.

## Request body

- ListMoveRequest
  - `listId` string, required — The Id of the list to move.
  - `newFolderId` string, required — The Id of folder to move the list to, the root folder is Id 0.

## Response `204`

No content

## Other responses

- `default` — An error occurred.

---

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