Reference and syntax for the DROP LOGIN command.
Deletes a login.
For more information, see Managing logins.
If the login is linked to a user, it can not be dropped. In order to drop a login linked to a user, the link must be reset alter user foo set login="new-login@acme.com"|DEFAULT
or the user dropped.
Parameter | Description |
---|---|
<login_name> | The name of the login to delete. |
The following command will delete the “alexs@acme.com” login.