0

I have a space with some indexes and want to delete one of them.

I've overlooked the index's delete method in the documentation but get nothing.

1 Answers1

0

This method called drop:

box.space.test.index.user_id:drop()

Read more about in documentation.