dropUser
Less than 1 minute
dropUser
dropUser
Drops a user (role with login capability) from the PostgreSQL database.
public dropUser(string $name, bool $ifExists): boolParameters
| Parameter | Type | Description |
|---|---|---|
$name | string | the name of the user to drop |
$ifExists | bool | if true, only drop the user if it exists |
Generated by Hazaar API Doc Generator on Fri, 05 Jun 2026 06:08:15 +0000