cURL
curl --request DELETE \ --url https://api.example.com/api/conversations/{conversation_id}
{ "success": true }
Permanently delete a conversation.
Successful Response
Was this page helpful?