---
title: "Remove capsules from a collection"
method: DELETE
path: "/api/preview/collections/{id}/capsules"
tags: ["collection"]
---

# Remove capsules from a collection

`DELETE /api/preview/collections/{id}/capsules`

## Path parameters

- `id` string, required — UUID v4 string

## Request body

- object
  - `capsule_ids` string[], required — Capsule UUIDs to add to or remove from the collection

## Response `200`

Successful response

- object
  - `removed` integer, required

---

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