method
App.ReleaseDocumentLock
func (application *App) ReleaseDocumentLock(
ctx context.Context,
collection,
documentID string,
identity *AuthIdentity,
) errorRelease only the exact authenticated identity’s document lease.
Related types
AppA resolved application bound to operation services.
AuthIdentityAn exact authenticated collection and actor document.