View Source Ash.Resource.ManualDestroy behaviour (ash v2.14.17)
A module to implement manual destroy actions.
Summary
Types
Callbacks
@callback destroy( changeset :: Ash.Changeset.t(), opts :: Keyword.t(), context :: context() ) :: {:ok, Ash.Resource.record()} | {:error, term()}