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 Tue, 21 Apr 2026 04:00:24 +0000