DBKV.delete_by_value

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

delete_by_value(table, value)

View Source

Specs

delete_by_value(t(), any()) :: integer() | {:error, any()}

Delete all entries from table where the value is equal to value.