Can someone help me delete Google cloud Search Index using Java or a sample script
Asked
Active
Viewed 136 times
-1
-
1show us your attempts so far. – Zig Mandel Dec 09 '16 at 23:15
-
Please see: [Why is “Can someone help me?” not an actual question?](http://meta.stackoverflow.com/q/284236) – Raedwald Dec 29 '20 at 15:45
1 Answers
0
As stated here AppEngine indexes cannot be deleted
You can't currently delete indexes, though you can delete documents from them

Frank Wilson
- 3,192
- 1
- 20
- 29
-
thanks...i tried deleting the documents but was trying to delete indexes. Hope delete option comes along soon. – Jon Dec 14 '16 at 15:43