ReportDelete

Top  Previous  Next

SOAP

ReportDelete( Handle, aUserGroupName, aUserName, 

              aReportName,

              &aErrorMsg );

 

REST

/ReportDelete?Handle=<value>&UserGroup=<value>&UserLogin=<value>&Report=<value>

returns ErrorMsg

 

Description: Deletes the specified report from the specified account.

 

aHandle The value created in the call to Login().  

aUserGroupName, aUserName - required

aReportName Is the name of the report to delete.

&ErrorMsg is populated only if an error occurred that prevented the function from succeeding.  Otherwise, this parameter is empty.

 

Example: ReportDelete( lHandle, "AZ@Glendale", "Dave", "My first study",  lErrorMsg );