Automatic deletion of chat logs after x days #12578
gjermundnor
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is your feature or enhancement related to a problem? Please describe.
We’re getting strong feedback from both prospects and existing customers around chat log retention. Without an option for automatic deletion of chat logs (personal information), prospects hesitate to adopt the service, since manually deleting each chat is resource-intensive.
Our current customers face the same challenge, and it’s creating dissatisfaction that increases churn risk. An automatic deletion feature would remove this friction, improve compliance confidence, and directly support customer retention and growth.
As you can delete a chat, one by one, it is not a direct breach of GDPR, but most companies expect a less manual process than deleting thousands of chat by hand.
Most companies in the EU will expect an auto deletion mechanism for product storing personal information.
Describe the solution you'd like
Configurable UI to turn on auto deletion of chat logs after x days. (Admins choose how many days)
Once on, all chats with no activity after x days will be deleted from the database. Non-personal information could retain, like information of a chat existing, but chat history, meta data etc is deleted.
Describe alternatives you've considered
Be a able to delete conversations in a given time frame using an API.
With a custom script, the case above can be solved using the API.
Additional context
No response
All reactions