---
title: "Restore removed items"
method: PATCH
path: "/crm/v1/entities/{entity}/trash/restore"
tags: ["trash"]
---

# Restore removed items

`PATCH /crm/v1/entities/{entity}/trash/restore`

Restores items from the recycle bin back to the active entity list.
Example: `PATCH /crm/v1/entities/leads/trash/restore`

## Request body

- object
  - `entity_ids` integer[]

## Response `200`

OK

## Other responses

- `401` — Access token is missing or invalid

---

[API](https://skmtc.net/uspacy/apis/crm-service-2.md) · [All operations](https://skmtc.net/uspacy/apis/crm-service-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/uspacy/crm-service-2/versions/f80578d43845/schema)
