Amazon let you delete Personal Documents one by one. And it takes a lot of time waiting for refresh. I found a workaround from this thread : http://www.amazon.com/forum/kindle?_encoding=UTF8&cdForum=Fx1D7SY3BVSESG&cdThread=Tx12N96XILL9XPI Basically what you have to do is : 1. From Manage Your Kindle page, select Personal Documents (important : you have to select this for the script below to work) 2. Search or filter until you get the result list you want to delete 3. Use the following Javascript. In my case, I used Chrome and went to Menu --> Tools --> Javascript Console javascript:(function(){ var v = new RegExp("PersonalDocuments"); if (!v.test(document.URL)) { return false; } {a=document.getElementsByClassName('rowBodyCollapsed');for(var i = 0; ietAttribute('asin'));};return; }})(); 4. Enter and wait until the page refreshed. And all the 15 entries deleted. Though not completely what I wanted but this is better than doing it one-b