select * from epub_process where display_name = ‘ Name of your project‘; (this will give u processid)
select * from epub_process where display_name = ‘TEST1’
select * from epub_project where display_name = ‘Name of your project‘;(this will give u projectid)
select * from epub_project where display_name = ‘TEST1’
Go to publishing repository(atg/epub/publishingRepository in the dyn/admin of your BCC) and delete the process first by using remove-item then delete the project using remove-item
<remove-item item-descriptor=”process” id=”prc739000″></remove-item>
<remove-item item-descriptor=”project” id=”prj739000″></remove-item>