method
BoundTypedCollection.Delete
func (collection BoundTypedCollection[Document, Create, Update]) Delete(
ctx context.Context,
id string,
actor *store.Document,
) (Document, error)Public method BoundTypedCollection.Delete from github.com/riducms/ridu/core.
Related types
BoundTypedCollectionTyped Create, Import, Find, List, Update, UpdateRevision, and Delete methods.
DocumentA stored document with status and version metadata.