GET api/Note/DeleteNote/{auth}/{NoteGUID}

Used to delete a note (the note is not actually deleted, only marked in the system)

Request Information

URI Parameters

NameDescriptionTypeAdditional information
auth

The authorization GUID for this user session

string

Required

NoteGUID

The unique note identifier returned by the GetNote method

string

Required

Body Parameters

None.

Response Information

Resource Description

None.