Click or drag to resize
ReportClientDeleteDatabase Method
Delete a specified database from a ManageEngine Analytics Plus Account.

Namespace: ZReports
Assembly: ManageEngine Analytics Plus (in ManageEngine Analytics Plus.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void DeleteDatabase(
	string userURI,
	string databaseName,
	Dictionary<string, string> config
)

Parameters

userURI
Type: SystemString
The user URI.
databaseName
Type: SystemString
Name of the database.
config
Type: System.Collections.GenericDictionaryString, String
The config can contain additional params. can be null.
See Also