Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 238 Bytes

File metadata and controls

13 lines (10 loc) · 238 Bytes

remove

function remove(any id)

Remove only one document at a time.

arguments

  • id type any, id of the document to delete

returns

  • true if there was a document removed
  • false if there was no document removed