How do you delete Phabricator project or task

ZhenYu Wang picture ZhenYu Wang · May 24, 2013 · Viewed 16.1k times · Source

I use Phabricator for code review, but I can't delete a project once it was created. The only thing I can do is change the project status from active to archived. The other problem is Task, same to project, I can't delete a task once it was created.

Sometimes, people try to test Phabricator, maybe he or she creates some mock projects, it makes sense to delete them after testing.

Answer

mxbrew picture mxbrew · Jul 8, 2014

It is possible, but only by using the command line administration tools.

Remove a task? ./phabricator/bin/remove destroy TASK-ID (ie: T1, T23)

Remove a project? ./phabricator/bin/remove destroy PHID-PROJ-6i6ofxwwz4xybdvg7oa5

Here is how to find the PHID: How do you find the PHID of a Phabricator object?