pio org remove
Usage
pio org remove ORGNAME USERNAME
Description
Remove a user from an organization.
If you need to destroy an existing organization, please use pio org destroy command.
Examples
Remove Bob from “platformio” organization:
> pio org remove platformio bob
The `bob` owner has been successfully removed from the `platformio` organization.