Ecto.Repo.delete-exclamation-mark

You're seeing just the callback delete-exclamation-mark, go back to Ecto.Repo module for more information.
Link to this callback

delete!(struct_or_changeset, opts)

View Source (optional)

Specs

delete!(
  struct_or_changeset :: Ecto.Schema.t() | Ecto.Changeset.t(),
  opts :: Keyword.t()
) :: Ecto.Schema.t()

Same as delete/2 but returns the struct or raises if the changeset is invalid.