DBKV.delete_by_match_spec

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

delete_by_match_spec(table, match_spec)

View Source

Specs

delete_by_match_spec(t(), list()) :: integer() | {:error, any()}

Deletes each entry from table such that applying match_spec to the entry returns true. Returns the number of deleted entries.