Steps to clean up user data Clean up user data with DataStore disabled (conflict resolution disabled) Assuming you have this schema type Todo @model @auth(rules: [{ allow: owner }]){ id: ID! name: String! description: String