admDeleteProject
Description
Deletes the project indicated in the project_key parameter.
Parameters
Return Type
Boolean
Returns true if the project has been deleted.
Examples
Example 1
string key_basic = "B"+ count++;
deleteProject(key_basic);
Example 2
string key_cmpl = "C"+ count;
deleteProject(key_cmpl);
See also
Peacock