curl --request POST \ --url https://api.example.com/conversations/{conversation}/archive
Conversations
Archive a conversation
Archives the conversation for the authenticated user and adds it to their blacklist so it no longer appears in the default list. The user must be a participant.
POST
/
conversations
/
{conversation}
/
archive
Archive a conversation
Copy
curl --request POST \ --url https://api.example.com/conversations/{conversation}/archive