DROP USER 'email_address';
Drops a User from the Organization.
The email address of the user to drop from the current Organization.
demodb.public/demostore# SHOW USERS;
+-------------+--------------+-------------+----------------------+------------+
| Given Name | Family Name | Is Current | Email | Locale |
+=============+==============+=============+======================+============+
| Delta | Stream | false | delta@deltastream.io | en |
+-------------+--------------+-------------+----------------------+------------+
| Admin | Stream | true | admin@deltastream.io | en |
+-------------+--------------+-------------+----------------------+------------+
demodb.public/demostore# DROP USER 'delta@deltastream.io';
+------------+----------------------+------------+------------------------------------------+
| Type | Name | Command | Summary |
+============+======================+============+==========================================+
| user | delta@deltastream.io | DROP | user delta@deltastream.io was dropped |
| | | | from the organization |
+------------+----------------------+------------+------------------------------------------+