pio team remove

Usage

pio team remove ORGNAME:TEAMNAME USERNAME

Description

Remove a member from a team.

If you need to destroy an existing team, please use pio team destroy command.

Examples

Remove Bob from the “dev” team of “platformio” organization:

> pio team remove platformio:dev bob
The "bob" member has been successfully removed from the "dev" team.

See Also