Archive or Unarchive conversations & bulk conversation
PATCH/api/v2/conversation/archive-conversation
Moves specific conversations to or from the archive.
Scenarios:
- Archive: Set
archive=true. The conversation moves to the archived list. - Unarchive: Set
archive=false. The conversation is restored to the active list.
Note on Query Parameter:
The archiveConversationIds parameter accepts an array of objects serialized as query parameters.
Example: archiveConversationIds[0][conversationId]=...&archiveConversationIds[0][markedUnread]=false
Request
Responses
- 200
Conversation archived/unarchived successfully.