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

# BatchUnarchiveWallets

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

Unarchive multiple wallets.

## Path parameters

- `vault_id` string, required

## Request body

- WalletsBatchUnarchiveWalletsBody
  - `names` string[], required — The resource names of the wallets to unarchive. A maximum of 1000 wallets can be unarchived 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)
