POST
/conversations.archiveArchive a conversation
Archives a conversation so it is no longer active. Provide the conversation channel identifier for the conversation you want to archive. The operation returns a success confirmation when the archive is applied.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
tokenstringoptional
Authentication token with the `conversations:write` scope.
Optional conversation archive request containing the conversation identifier.
channelstringoptional
ID of conversation to archive
200Confirms that the conversation was archived successfully.
okbooleanrequired
defaultReturned when the conversation type does not support archiving, the conversation cannot be found or is already archived, or authentication or permissions are insufficient.
callstackstringoptional
Note: PHP callstack is only visible in dev/qa
errorstringrequired
neededstringoptional
okbooleanrequired
providedstringoptional
Error handling
channel must identify the conversation to archive, and the authentication token must have the conversations:write scope. The conversation must support archiving and must not already be archived.