Skip to main content
DELETE
/
conversation
/
{conversationId}
/
notes
/
{noteId}
Delete note by ID within a conversation.
curl --request DELETE \
  --url https://1-some-client.some-server.healvi-chat/third-party/v1/conversation/{conversationId}/notes/{noteId} \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    "<any>"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

conversationId
integer
required
noteId
integer
required

Response

200 - application/json

Success

data
any[]