AI agents need the ability to delete conversations

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.

Upvoters
Status

In Review

Board
πŸ’‘

Feature Request

Date

3 days ago

Author

Gavin Tran

Subscribe to post

Get notified by email when there are changes.