Is it possible to delete a task (without actuals) from a project via XOG?
Release : All Supported Release
Enter delete="true" in the Task node.
<Tasks>
<Task name="SampleTaskName" taskID="TaskID" outlineLevel="1" delete="true"/>
</Tasks>
Note: the deletion of tasks with XOG will still respect the same rules as deletion from UI in regards to tasks with actuals etc.