Brook.Storage.Postgres.Query.postgres_delete

You're seeing just the function postgres_delete, go back to Brook.Storage.Postgres.Query module for more information.
Link to this function

postgres_delete(conn, view_table, collection, key)

View Source

Specs

postgres_delete(
  conn(),
  schema_table(),
  Brook.view_collection(),
  Brook.view_key()
) :: :ok | {:error, Brook.reason()}