Update Messages
Update status of a conversation
PUT
Available on Business, Enterprise plans.
Update the status of a conversation to active or archived. You may want to archive conversations if they are no longer active or relevant.
Header Parameters
AuthorizationstringrequiredProfile-KeystringPath Parameters
platformstringrequiredThe platform for status update: facebook, instagram, twitter
conversationIdstringrequiredThe ID of the conversation to action.
Body Parameters
statusstringrequiredValues: active or archived.
curl \
-H "Authorization: Bearer API_KEY" \
-H 'Content-Type: application/json' \
-d '{"status": "archived"}' \
-X PUT https://api.acme.com/api/messages/instagram/aWdfZMTpIyzQw{
"status": "success"
}