Conversations
Delete Note
DELETE
/
conversations
/
{conversationId}
/
notes
/
{noteId}
Example JS Code to Delete a Note
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
conversationId
string
requiredID of the conversation.
noteId
string
requiredID of the note to delete.
Was this page helpful?

