Delete note by ID within a conversation.
cURL
curl --request DELETE \ --url https://1-some-client.some-server.healvi-chat/third-party/v1/conversation/{conversationId}/notes/{noteId} \ --header 'Authorization: Bearer <token>'
{ "data": [ "<unknown>" ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success