Back
[SOLVED] Couldn't get a Ban feature and Delete strategy for Dart SDK on the Docs
- 0
- Resolved
- Users
- Tools
- I couldn't find the Ban user API under user SDK for dart.
I want to implement banning user (without deletion of user).
- And how do I delete every document created by a user, so that will be followed by the deletion API. ( needed for deleting user and all documents related to that user)
TL;DR
The user was initially having trouble finding a Ban user API for Dart SDK on the Docs. However, it seems that they have discovered an update status API. They also mentioned wanting to implement a ban feature without deleting the user. Additionally, they wanted to know how to delete all the documents created by a user. Unfortunately, a solution to these issues was not provided in the support thread.There's the update status API
As for deleting, thats on you to figure out what belongs to the user
I appreciate you
[SOLVED] Couldn't get a Ban feature and Delete strategy for Dart SDK on the Docs
Recommended threads
- "Invalid console fingerprint" when unpau...
I've tried logging out and logging back in, still can't figure out why this is happening.
- How to successfully migrate from 1.9.0 t...
I've tried the automatic tool for migration but my Appwrite (self-hosted) went to a broken state. My functions wouldn't deploy anymore, some things just didn't ...
- How to disable appwrite/embedding from s...
Hi everyone! I'm currently running a self-hosted instance of Appwrite. For my current use case, I don't need the AI/embedding features, and I noticed the `app...