DBKV.delete_by_max_value

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

delete_by_max_value(table, max_value, inclusive \\ true)

View Source

Specs

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

Delete all entries from table where the value is less than or equal to max_value. The boundary can be excluded by setting inclusive to false.