remove (NotesItem - JavaScript)

Permanently deletes an item from a document.

Defined in

NotesItem

Syntax

remove() : void

Usage

After calling remove, you must call save in NotesDocument to save the change. You can achieve the same result with removeItem in NotesDocument.