> 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/secrets/managing-access-to-your-secrets/remove-user-access-to-a-secret-or-secret-item.md).

# Remove user access to a secret or secret item

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

* Workspace **Owners**, **Super** **Admins**, **Admins**, **Users**, and **Guest** **Users**
* Secret and secret item **Owners**
* Supported using the Cerby web app and mobile app
  {% endhint %}

To remove user access to a secret or secret item, 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 **Secrets** tab located at the top of the screen. All your saved and shared secrets and secret items are displayed.
4. Tap the corresponding secret card. The secret details screen is displayed. ​**NOTE:** If you have an identity challenge configured, the Cerby mobile app confirms your identity automatically.
5. Tap the right arrow icon from the **Members** list within the Sharing section. The **View members** screen is displayed. ​**NOTE:** To remove guest user access from external parties, tap the right arrow from the Guest users list.
6. Select the corresponding member from the list. A drop-down menu is displayed at the bottom.
7. Tap the **Remove access** button from the drop-down menu.
   * The **Remove member access** screen is displayed on Android.
   * The **Remove from sharing list?** dialog box is displayed on iOS.
8. Tap the **Remove** **member** button on Android or the Remove button on iOS. 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/secrets/managing-access-to-your-secrets/remove-user-access-to-a-secret-or-secret-item.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.
