vinfra domain project user remove
Remove a user from a project:
usage: vinfra domain project user remove --user <user> --domain <domain> <project>
--user <user>- User name or ID
--domain <domain>- Domain name or ID
<project>- Project ID or name
Example:
# vinfra domain project user remove myproject --domain mydomain --user myuser Operation successful
This command removes the user myuser from the project myproject within the domain mydomain.