Skip to content

Commit

Permalink
Update 6-Delete.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheekelly authored May 27, 2024
1 parent c0a34df commit 03c881f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/04-spring-data-mongodb/6-Delete.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public void deleteGradesForStudentIdGreaterThanEqual(double studentId) {
}
```

## deleteAll (Drop Entire Collection)
## deleteAll
To delete all documents in a collection, you can use the `deleteAll()` method without any arguments.
This method will delete all the documents in the specified collection.

Expand Down

0 comments on commit 03c881f

Please sign in to comment.