> For the complete documentation index, see [llms.txt](https://docs.hava.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hava.io/collaboration/disabling-users.md).

# Disabling users

To disable a team user all you need to do is open the team and select the delete button adjacent to the user email you wish to remove.

<figure><img src="/files/EWp0OiEuBSopHTrZCbuD" alt=""><figcaption><p>Delete Team User</p></figcaption></figure>

This action removes the user from the team and revokes any access to any projects associated with that team. The user's personal Hava account remains intact and will still have access to personal sources and any other teams the user is a member of.


---

# 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:

```
GET https://docs.hava.io/collaboration/disabling-users.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
