DBKV.delete_by_min_key

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

delete_by_min_key(table, min_key, inclusive \\ true)

View Source

Specs

delete_by_min_key(t(), any(), boolean()) :: integer() | {:error, any()}

Delete all entries from table where the key is greater than or equal to min_key. The boundary can be excluded by setting inclusive to false.