> ## Documentation Index
> Fetch the complete documentation index at: https://relevanceai.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Remove members from your project and organization

> Remove members from your Relevance AI projects and organizations

## Remove members from your project

If you're an admin, you can remove a member by doing the following:

1. Click 'Settings'
2. Click 'Projects'
3. Open the Project you want to remove a user from
4. Hover over the user you want to remove, and click 'Edit'
5. Then, click 'Remove'

This will remove the user from your project.

<div
  style={{
width: '100%',
position: 'relative',
paddingTop: '56.25%',
}}
>
  <iframe
    src="https://app.supademo.com/embed/cmcczeulx3yqi8qszlk16x0fx"
    frameBorder="0"
    title="Remove a user from a project in Relevance AI"
    allow="clipboard-write; fullscreen"
    webkitAllowFullscreen="true"
    mozAllowFullscreen="true"
    allowFullscreen
    style={{
  position: 'absolute',
  top: 0,left: 0, width: '100%', height: '100%',
  border: '3px solid #5E43CE',
  borderRadius: '10px',
}}
  />
</div>

## Remove members from your organization

At this time, the only way to remove users from your organization is to remove them from all projects they've been added to in your organization.

<Warning>
  If you need to remove a user who is an organization admin, you must first change their role from admin to member before you can remove them.
</Warning>

### How to remove an admin user

<Steps>
  <Step title="Change admin permissions to member">
    Navigate to the organization where the user has admin permissions. Edit their role and change it from **Admin** to **Member**.
  </Step>

  <Step title="Remove the user">
    Once the permission change is complete, you can now remove the user following the standard removal process outlined above.
  </Step>
</Steps>
