StudyDelete

Top  Previous  Next

SOAP

StudyDelete( Handle, 

             aUserGroupName, aUserName,

             aStudyName,

             &ErrorMsg );

 

REST

StudyDelete?Handle=<value>&UserGroup=<value>&UserLogin=<value>&StudyName=<value>

returns ErrorMsg

 

Description: Deletes the specified study from the current account.

 

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

aUserGroupName, aUserName - required

aStudyName Is the name of the study to delete.

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

 

Example: StudyDelete( lHandle, "IA@DOT", "Ravi", "My first study",  lErrorMsg );