DROP SERVICE ACCOUNT reference

DROP SERVICE ACCOUNT - drop an existing service account

Syntax#

Flow chart showing the syntax of the DROP SERVICE ACCOUNT keyword

Description#

DROP SERVICE ACCOUNT removes an existing service account and related links to users or groups from QuestDB instance.

Examples#

DROP SERVICE ACCOUNT audit;

It can be verified with:

SHOW SERVICE ACCOUNT audit;

that doesn't include audit in result.


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