You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @mathemancer , could you please guide me to the specific file or directory where I should implement the users.delete RPC function as outlined? I want to ensure I'm working in the right section of the codebase. Thank you!
For the back end portion, you'll need to look in the mathesar/api/rpc/ directory. You need to create a new file mathesar/api/rpc/users/base.py for this, since it's the first users namespace RPC function.
We need to implement a
users.delete
RPC function to replace theDELETE /api/ui/v0/users/{userId}/
endpoint.The function signature should be:
See the wiki for more context.
The text was updated successfully, but these errors were encountered: