cURL
curl --request DELETE \ --url https://api.ledgerbeam.com/v1/chats/threads/{thread_id} \ --header 'API-KEY: <api-key>'
{ "message": "Thread deleted successfully" }
Permanently delete a conversation thread and all its messages
API key for authentication
Thread ID
Thread deleted successfully
"Thread deleted successfully"