Skip to main content

Archive or Unarchive conversations & bulk conversation

PATCH 

/api/v2/conversation/archive-conversation

Moves specific conversations to or from the archive.

Scenarios:

  1. Archive: Set archive=true. The conversation moves to the archived list.
  2. 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

Conversation archived/unarchived successfully.