DROP USER

Syntax

DROP USER 'email_address';

Description

Drops a User from the Organization.

Users can only be dropped by a Role with MANAGE_MEMBERS privilege.

Arguments

email_address

The email address of the user to drop from the current Organization.

Examples

Drop a User

The following drops the User with email delta@deltastream.io:

DROP USER 'delta@deltastream.io';

Last updated