MCPcopy
hub / github.com/pocketbase/pocketbase / Delete

Method Delete

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

Delete deletes the specified model from the regular app database.

(model Model)

Source from the content-addressed store, hash-verified

297
298 // Delete deletes the specified model from the regular app database.
299 Delete(model Model) error
300
301 // Delete deletes the specified model from the regular app database
302 // (the context could be used to limit the query execution).

Callers 15

recordRefHooksFunction · 0.65
initLoggerMethod · 0.65
TestCollectionDeleteFunction · 0.65
TestRunInTransactionFunction · 0.65
deleteEmptyRecordDirMethod · 0.65
ImportCollectionsMethod · 0.65
deleteMethod · 0.65

Calls

no outgoing calls