Hi Base44 Team,
I'm building an app with AI agents and need the ability to delete conversations programmatically. Currently, the Agents SDK supports:
createConversation() listConversations() getConversation() updateConversation() addMessage() subscribeToConversation() However, there's no deleteConversation() method, which forces us to implement workarounds like an "archiving" pattern.
Requested Feature:
await base44.agents.deleteConversation(conversationId); This would allow users to permanently delete conversations they no longer need, improving UX and data management.
Thanks!
Please authenticate to join the conversation.
In Review
Feature Request
3 days ago

Gavin Tran
Get notified by email when there are changes.
In Review
Feature Request
3 days ago

Gavin Tran
Get notified by email when there are changes.