Skip to main content
Version: 3.0 Alpha

Delete

Deleting records can be done with the following methods:

  • delete - Delete a single, unique record.
  • deleteMany - Delete multiple records that match the query criteria.
  • deleteManyAndReturn - Similar to deleteMany, but returns the deleted records

You can also delete records as part of an update operation from a relation. See Manipulating relations for details.

Samples​

main.ts
Loading...
Comments
Feel free to ask questions, give feedback, or report issues.

Don't Spam


You can edit/delete your comments by going directly to the discussion, clicking on the 'comments' link below