We currently have this for deleting individual memories: ```python client.memories.delete( memory_id, user_id=test_user_id, group="default", ) ``` Not sure if there is a way to delete an entire user by their user_id, but would really like this.
We currently have this for deleting individual memories:
Not sure if there is a way to delete an entire user by their user_id, but would really like this.