Removes the task from its RTTaskManager, effectively stopping it and cleaning up resources. The task will no longer be monitored or executed by the RTTaskManager. This is useful for permanently deleting a task that is no longer needed, but you will not be able to access its status or info after removal. To stop the task without removing it, use Stop().
Note
This does not delete the RTTask API object itself, it only removes it from the manager.