DROP USER referenceDROP USER - drop an existing userSyntax#Description#DROP USER removes an existing user and related secrets from QuestDB instance.Examples#DROP USER john; CopyIt can be verified with:SHOW USER john;Copythat returns ERROR: xyz does not exist.