Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1
-
Fix Version/s: 1.2
-
Component/s: Documentation
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
In order to automate the maintenance task of deleting old/unused projects, we need to be able to delete projects via the XML RPC interface.
there is a method called removeProject( int projectId ) throws Exception;
Is there an issue with this ?