---
title: "Unarchive entities"
method: POST
path: "/api/v1-beta/customers/{id}/entities/unarchive"
tags: ["Governance Entities"]
---

# Unarchive entities

`POST /api/v1-beta/customers/{id}/entities/unarchive`

Restores previously archived entities in bulk for the given customer by id.

## Path parameters

- `id` string, required

## Headers

- `X-ACCOUNT-ID` string
- `X-ENVIRONMENT-ID` string

## Request body

- EntityIdsRequestDto — List of entity identifiers to act on in bulk (1-100 entries)
  - `ids` string[], required — Entity identifiers to act on

## Response `200`

No content.

- EntityIdsActionResponseDto — Wrapped response echoing the ids that were acted on by an archive/unarchive call
  - `data` object, required — List of entity identifiers that were acted on
    - `ids` string[], required — Entity identifiers to act on

## Other responses

- `400` — bad request.
- `401` — User is not authenticated.
- `403` — User is not allowed to access this resource.
- `404` — Entity not found.
- `429` — Too many requests.

---

[API](https://skmtc.net/stiggio/apis/stigg-api.md) · [All operations](https://skmtc.net/stiggio/apis/stigg-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stiggio/stigg-api/revisions/3e2c8cfcd035/schema)
