deleteNote

fun deleteNote(noteId: String): JsonObject

Method to execute the request to delete a user's note

Return

the result of the request as JsonObject

Parameters

noteId

The note identifier to delete