DROP USER reference

DROP USER - drop an existing user

Syntax#

Flow chart showing the syntax of the DROP USER keyword

Description#

DROP USER removes an existing user and related secrets from QuestDB instance.

Examples#

DROP USER john;

It can be verified with:

SHOW USER john;

that returns ERROR: xyz does not exist.


โญ Something missing? Page not helpful? Please suggest an edit on GitHub.