-1

Can someone help me delete Google cloud Search Index using Java or a sample script

Jon
  • 13
  • 6

1 Answers1

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