Give users a way to delete all of their conversation history at once, not just one conversation at a time.
Hints:
- Add a "Delete all history" button in the chat UI (with a confirmation dialog)
- Add a
DELETE /chat/conversations endpoint that bulk-deletes or hides all conversations for the current entity
- Respect the existing
CHAT_CONVERSATION_REMOVE_MODE config (hide vs delete) for consistency
- Admins may also want the ability to purge history for a specific user from the admin panel
Give users a way to delete all of their conversation history at once, not just one conversation at a time.
Hints:
DELETE /chat/conversationsendpoint that bulk-deletes or hides all conversations for the current entityCHAT_CONVERSATION_REMOVE_MODEconfig (hidevsdelete) for consistency