Updated at September 7, 2026 01:25 PM
index_object:delete()
Delete a tuple identified by a key.
Same as box.space...delete(), but key is searched in this index instead of in the primary-key index. This index ought to be unique.
Parameters:
-
index_object(index_object) — an object -
key(scalar/table) — values to be matched against the index key
Returns
the deleted tuple.
Return type
tuple