Conversations

Close conversations for the given team/inbox

REQUIRED SCOPES <code>['conversations:write']</code><br> Close conversations for the given team/inbox

put/conversations/batch-queue/close

Request body

team_idinteger required

The ID of the Team

conversation_filterstring

Type of conversation filter

idsinteger[]

The IDs of Conversations

delete_allboolean

Delete all flag

Example request

{
  "team_id": 1,
  "conversation_filter": "open",
  "ids": [
    1
  ]
}

Response

Response

Changes

No recorded changes to this endpoint across all 2 revisions of this API.