cURL
curl --request PUT \ --url https://api.ledgerbeam.com/v1/chats/threads/{thread_id}/archive \ --header 'API-KEY: <api-key>'
{ "message": "Thread archived successfully" }
Archive a conversation thread
API key for authentication
Thread ID
Thread archived successfully
"Thread archived successfully"