---
title: "BatchArchiveWallets"
method: POST
path: "/v2/vaults/{vault_id}/wallets:batchArchive"
tags: ["Wallets"]
---

# BatchArchiveWallets

`POST /v2/vaults/{vault_id}/wallets:batchArchive`

Archive multiple wallets.

## Path parameters

- `vault_id` string, required

## Request body

- WalletsBatchArchiveWalletsBody
  - `names` string[], required — The resource names of the wallets to archive. A maximum of 1000 wallets can be archived in a batch. Format: `vaults/{vault_id}/wallets/{wallet_id}`
  - `allowMissing` boolean — If set to true, the operation will not fail if any of the wallets are missing.

## Response `200`

A successful response.

- object

---

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