deleteUser
Deletes an existing user.Note: This method should be used for on-premise deployments only.
Parameters:request-Requestobject containing the parameters for the operation.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.deleteUser
Deletes an existing user.Note: This method should be used for on-premise deployments only.
Parameters:name- Name of the user to be deleted. Must be an existing user.options- Optional parameters. The default value is an emptyMap.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.