# Revoke a space user

{% hint style="info" %}
Only space administrators (or users with higher roles) can revoke other space administrators.
{% endhint %}

## To revoke a space administrator:

1. Open your space from the Nuvolos dashboard.
2. In the left sidebar, click **Course Users** under the **Manage Space** section.
3. Go to the **Members** tab, find the user you want to remove, and click the **cross icon** next to their role.
4. If you are revoking a space administrator role, decide whether to also remove all their instance-level roles by checking the **Revoke all instance roles for this user** box.
5. Click **Revoke** to complete the action.

{% hint style="info" %}
**Quick tip:** You can identify roles by their icons:

* Space administrator: Shield icon
* Editor: Edit icon
* Viewer: Eye icon
  {% endhint %}


---

# Agent Instructions: 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.nuvolos.com/administration/space-management/revoke-a-space-user.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.
