diff --git a/source/includes/ref-toc-method-database.yaml b/source/includes/ref-toc-method-database.yaml index c995e1df803..4cc20e4b4e7 100644 --- a/source/includes/ref-toc-method-database.yaml +++ b/source/includes/ref-toc-method-database.yaml @@ -138,10 +138,6 @@ name: ":method:`db.printSlaveReplicationInfo()`" file: /reference/method/db.printSlaveReplicationInfo description: "Prints a report of the status of the replica set from the perspective of the secondary." --- -name: ":method:`db.removeUser()`" -file: /reference/method/db.removeUser -description: "Removes a user from a database." ---- name: ":method:`db.repairDatabase()`" file: /reference/method/db.repairDatabase description: "Runs a repair routine on the current database." diff --git a/source/reference/method/db.removeUser-param.yaml b/source/reference/method/db.removeUser-param.yaml deleted file mode 100644 index 0d2a15824fa..00000000000 --- a/source/reference/method/db.removeUser-param.yaml +++ /dev/null @@ -1,13 +0,0 @@ ---- -object: - name: db.removeUser() - type: method -field: - optional: false - type: param -name: username -type: string -position: 1 -description: | - The database username. -...