32 lines
929 B
Markdown
32 lines
929 B
Markdown
---
|
|
title: Remove a member
|
|
seotitle: Remove a member from an organization in InfluxDB
|
|
description: Remove a member from an organization.
|
|
menu:
|
|
v2_0:
|
|
name: Remove a member
|
|
parent: Manage members
|
|
weight: 203
|
|
draft: true
|
|
---
|
|
|
|
Use the InfluxDB user interface (UI) or the `influx` command line interface (CLI)
|
|
to remove a member from an organization.
|
|
|
|
## Remove a member from an organization in the InfluxDB UI
|
|
|
|
1. Click the **Organizations** tab in the navigation bar.
|
|
|
|
{{< img-hd src="/img/organizations-icon.png" title="Organizations icon" />}}
|
|
|
|
2. Click on the name of an organization, then select the **Members** tab.
|
|
|
|
_Complete content coming soon_
|
|
|
|
## Remove a member from an organization using the influx CLI
|
|
|
|
Use the [`influx org members add` command](/v2.0/reference/cli/influx/org/members/add)
|
|
to remove a member from an organization. Removing a member requires the following:
|
|
|
|
_Complete content coming soon_
|