cURL
curl --request DELETE \ --url https://api.example.com/api/conversations/{conversation_id} \ --header 'X-Session-API-Key: <api-key>'
{ "success": true }
Permanently delete a conversation.
Successful Response
Was this page helpful?