Hi all, I'm trying to use the delete_user function...
# support-questions-legacy
s
Hi all, I'm trying to use the delete_user function and getting an error. I notice in the docs this calls for core version >=3.7. My managed service dashboard shows v3.14, is that right? How do I upgrade this?
r
Hey! What’s the error?
s
Hi. In the Python SDK,
AttributeError: 'str' object has no attribute 'get_user_id'
r
Can you show what code you are running please? And which version of the python SDK
s
I've figured it out... function naming clash...🤦‍♂️
Thanks!
r
Cool!