Updated at September 7, 2026 01:25 PM
space_object:drop()
Drop a space. The method is performed in background and doesn't block consequent requests.
Parameters:
space_object(space_object) — an object reference
Returns
nil
Possible errors: space_object does not exist.
Complexity factors: Index size, Index type, Number of indexes accessed, WAL settings.
Example:
box.space.space_that_does_not_exist:drop()