MCPcopy
hub / github.com/pocketbase/pocketbase / DeleteAllAuthOriginsByRecord

Method DeleteAllAuthOriginsByRecord

core/app.go:566–566  ·  view source on GitHub ↗

DeleteAllAuthOriginsByRecord deletes all AuthOrigin models associated with the provided record. Returns a combined error with the failed deletes.

(authRecord *Record)

Source from the content-addressed store, hash-verified

564 //
565 // Returns a combined error with the failed deletes.
566 DeleteAllAuthOriginsByRecord(authRecord *Record) error
567
568 // ---------------------------------------------------------------
569

Calls

no outgoing calls