---
title: "Hide collection items"
method: PATCH
path: "/v1/collection/hide"
tags: ["Collection"]
---

# Hide collection items

`PATCH /v1/collection/hide`

Hide one or more items from the collection. Items can be restored within 30 days.

## Request body

- CollectionItemIdsDto
  - `ids` string[], required — Array of collection item (attachment) IDs

## Response `200`

Items hidden successfully

- CollectionBatchResultDto
  - `affected` number, required — Number of items affected by the operation

---

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