Delete/Modify RTC Workspace using the browser interface RTC407
One answer
Deleting or modifying a repository workspace is not possible using web ui. You can only navigate to workspaces, components and files within the components.
Comments
I seen that when I tried to use the browser, I was wondering if the browser interface which connects to the rtc server through some service different from eclispe/scm had a command url to remove a workspace.
I don't know if the browser connects using a rest interface or what?
Web client does use Rest Api but not all operations are available.
Programatically, you could use com.ibm.team.filesystem.client.rest.IFilesystemRestClient.postDeleteWorkspace()
If you only care about deleting your workspace, you can use Eclipse client to delete it.