---
title: "Checks if we can remove a collection from a space"
method: GET
path: "/collections/{coll_id}/removeFromSpaceAllowed/{space_id}"
tags: ["collections"]
---

# Checks if we can remove a collection from a space

`GET /collections/{coll_id}/removeFromSpaceAllowed/{space_id}`

This will check if the collection has parent collection in this space.
If not, we can remove the collection from the space

## Path parameters

- `coll_id` string, required
- `space_id` string, required

## Response `200`

OK

- object

---

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