Represents a destroy action on a resource.
t() :: %Ash.Resource.Actions.Destroy{ accept: term(), arguments: [Ash.Resource.Actions.Argument.t()], changes: term(), description: String.t(), name: atom(), primary?: boolean(), reject: term(), soft?: term(), type: :destroy }