Updated at July 17, 2026 02:08 PM
space_object:drop()
space_object
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()