DBKV.delete_by_key_range

You're seeing just the function delete_by_key_range, go back to DBKV module for more information.
Link to this function

delete_by_key_range(table, min_key, max_key, opts \\ [])

View Source

Specs

delete_by_key_range(t(), any(), any(), range_options()) ::
  integer() | {:error, any()}

Deletes entries from table where the key is with the specified range. By default, the range is inclusive. The range boundaries can be excluded by setting :min_inclusive or :max_inclusive to false.