RemoveNoteAsync

Async invoke to remove a free text note from any BaseInfo object Returns (Task.)

Remove the Note from the Base Object.

Name Description
note The Note Info object to attach to the baseInfo instance
baseInfo The base information.

Remove Note Async

Example in C#

// Returns: nothing
await client.RemoveNoteAsync(BaseInfo baseInfo, NoteInfo note);

Example in CURL



           curl -X DELETE \
               https://keepapi.feenicshosting.com/api/f/INSTANCE.KEY/people/PERSON.KEY/notes/NOTE.KEY  \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'