# tuist organization remove member

Remove a member from your organization.

## Arguments

### organization-name

**Environment variable** `TUIST_ORGANIZATION_REMOVE_MEMBER_ORGANIZATION_NAME`

The name of the organization to remove the organization member from.

```bash
tuist organization remove member [organization-name]
```

### username

**Environment variable** `TUIST_ORGANIZATION_REMOVE_MEMBER_USERNAME`

The username of the member you want to remove from the organization.

```bash
tuist organization remove member [username]
```

### path `Optional`

**Environment variable** `TUIST_ORGANIZATION_REMOVE_MEMBER_PATH`

The path to the directory or a subdirectory of the project.

```bash
tuist organization remove member --path [path]
tuist organization remove member -p [path]
```
