---
title: "Archive a batch of line items by ID"
method: POST
path: "/crm/v3/objects/line_items/batch/archive"
tags: ["Batch"]
---

# Archive a batch of line items by ID

`POST /crm/v3/objects/line_items/batch/archive`

Archive multiple line items simultaneously by specifying their IDs in the request body.

## Request body

- BatchInputSimplePublicObjectId
  - `inputs` SimplePublicObjectId[], required
    - `id` string, required — The unique ID of the object.

## Response `204`

No content

## Other responses

- `default` — An error occurred.

## Changes

- **2026-04-12** (v3) `b08411e4b329` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/hubspot/apis/crm-line-items/changes/crm/v3/objects/line_items/batch/archive/post.md)

---

[API](https://skmtc.dev/hubspot/apis/crm-line-items.md) · [All operations](https://skmtc.dev/hubspot/apis/crm-line-items/llms.txt) · [OpenAPI document](https://skmtc.dev/hubspot/apis/crm-line-items/revisions/0fdcf40934e6?raw)
