ProjectDelete

Top  Previous  Next

SOAP

ProjectDelete( Handle, aUserGroupName, aUserName, aProjectName, &ErrorMsg );

 

REST

/ProjectDelete?Handle=<value>&UserGroup=<value>&UserLogin=<value>&Project=<value>

returns ErrorMsg

 

Description: Deletes the specified project from the current account.

 

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

aUserGroupName and aUserName - required

Name Is the name of the project to delete.

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

 

Example: ProjectDelete( lHandle, "CO@FortCollins", "Sandy", "My first project",  lErrorMsg );