DROP USER

❗️

This is a legacy Apache Ignite documentation

The new documentation is hosted here: https://ignite.apache.org/docs/latest/

Removes an existing user:

DROP USER userName;

Parameters

  • userName - a name of the user to remove.

Description

The command removes an existing user.

The user can be removed only by the superuser (ignite, see for more details).

Examples

Removing a user:

DROP USER test;