> For the complete documentation index, see [llms.txt](https://help.cerby.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.cerby.com/cerby-mobile-app/collections/managing-your-collections/remove-a-team-from-a-collection.md).

# Remove a team from a collection

{% hint style="info" %}
**Who can use this feature?**

* Workspace **Owners**, **Super** **Admins**, **Admins**, **Users**, and **Guest** **Users**
* Collection **Owners**
* Supported using the Cerby web app and mobile app. For the web app instructions, read the article [Remove a team from a collection](https://help.cerby.com/cerby-web-app/collections/managing-access-to-your-collections/remove-a-team-from-a-collection)
  {% endhint %}

As a collection **Owner**, you can remove a team from a collection. With this action, all team members lose access to the items within the collection.

To remove a team from a collection, you must complete the following steps using the Cerby mobile app:

1. Open the Cerby mobile app.
2. Log in to your Cerby workspace.
3. Activate the **Collections** tab.
4. Tap the corresponding collection card. A screen is displayed with the list of items inside the collection.
5. Tap the **Settings** icon located at the top right of the screen. The collection details screen is displayed.
6. Tap the right arrow icon from the **Teams** list within the **Sharing** section. The **View teams** screen is displayed.
7. Select the corresponding team from the list. The **Change roles type** screen is displayed.
8. Select the role assigned to the team through the collection. A drop-down menu is displayed at the bottom.
9. Tap the **Remove access** button from the drop-down menu. A confirmation dialog box is displayed.
10. Tap the **Remove** button. The screen closes, and a success message box is displayed.

Now you are done.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.cerby.com/cerby-mobile-app/collections/managing-your-collections/remove-a-team-from-a-collection.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
