Click or drag to resize

ReportClientDeleteDatabase Method

Delete a specified workspace from a Zoho Analytics Account.

Namespace:  ZReports
Assembly:  ZReports (in ZReports.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 workspace.
config
Type: System.Collections.GenericDictionaryString, String
The config can contain additional params. can be null.
See Also