15

How do I remove/delete a project of mine from Codeplex.com?

p.campbell
  • 98,673
  • 67
  • 256
  • 322
Ian Vink
  • 66,960
  • 104
  • 341
  • 555

3 Answers3

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.

enter image description here

enter image description here

p.campbell
  • 98,673
  • 67
  • 256
  • 322
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
  • 3
    No, 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