Site structure
Version 4.x > Site structure > Deleting a large amount of content View modes: 
User avatar
Member
Member
chris_haff-jackmorton - 6/21/2009 9:20:22 AM
   
Deleting a large amount of content
We have a large amount of content that we want to delete. I didn't really see an easy way in the UI. Is SQL a reasonable approach or should I use the API?

User avatar
Kentico Developer
Kentico Developer
kentico_martind - 7/2/2009 3:18:44 AM
   
RE:Deleting a large amount of content
Hello,

I would recommend deleting documents using API. You can select all documents you want to delete into DataSet and then go through this DataSet and delete all documents in it.

Best Regards,

Martin Dobsicek