remove

fun remove(noteId: String)

Deletes a Note with the given identifier and returns true if found.

See also

Throws

if the note id from the primitives isn't valid

if the note does not exist or is not saved on the repository.