How do I remove/delete a project of mine from Codeplex.com?
Asked
Active
Viewed 2,227 times
15
-
1You might want to check Codeplex's web site. Perhaps they have FAQs related to that. – Michael Todd Apr 06 '10 at 17:03
-
Try here: http://codeplex.codeplex.com/Thread/View.aspx?ThreadId=1539 – Michael Todd Apr 06 '10 at 17:05
3 Answers
15
Edit: It is possible now, to delete a project without contacting the CodePlex team
See Delete a Project:
- Signed in as a project owner click on the project's Settings tab
- Navigate to the bottom of the page
- Click the Delete button. If you choose to delete your project, this action is destructive and cannot be undone.

tanascius
- 53,078
- 22
- 114
- 136
2
You are now able to delete projects directly from your project settings page. You can learn more in the documentation.

p.campbell
- 98,673
- 67
- 256
- 322

Rick Marron
- 21
- 1
1
According to the FAQ now there is a 'Delete This Project' button(http://codeplex.codeplex.com/wikipage?title=CodePlex%20FAQ#DeleteProject).

Jeyenne
- 121
- 2
- 15
-
3No, the FAQ says that an unpublished project has a Delete this button. You should contact first to unpublish it. – Ignacio Soler Garcia Jul 18 '12 at 04:56
-
From [FAQ](http://codeplex.codeplex.com/wikipage?title=CodePlex%20FAQ#DeleteProject): `If you have already published your project, then use the Contact Us page to request that your project be unpublished so that you can delete it. Your project's pages should now have a "Delete This Project" button at the top. Click this and your project will be deleted.'` **First** contact then **after** the button will exists. – Gustavo Gondim Feb 05 '13 at 13:11