Hi @nhha1602. You can write a python script that has you input a start and end date and calls the Rasa X API to grab all conversations between those dates. This will return a list of conversations for that time frame. Each conversation will include a conversation_id. Then, you can iterate through the list and for each conversation_id in that list, you can delete that conversation.
Why do you want to delete conversations?