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

# Archive a batch of quotes by ID

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

Archive multiple quotes by their IDs in a single request, effectively moving them to the recycling bin.

## 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-15** (v3) `0a08d17043bb` — 5 info
  - the endpoint scheme security `app_cookie` was removed from the API
  - the endpoint scheme security `hapikey` was removed from the API
  - the endpoint scheme security `internal_cookie` was removed from the API
  - the endpoint scheme security `private_apps` was removed from the API
  - …1 more
- **2026-04-11** (v3) `886e287f055b` — 1 info
  - endpoint added

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

---

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