I'm having trouble deleting a user as well. I'm no...
# help
m
I'm having trouble deleting a user as well. I'm not sure what to feed into the API Request. The response said that the user did not exist. My JSON object: { "email" : "user@email.com" }
b
You need to pass
userid
not email. Userid is a
guid
.
m
thank you!!
b
No problem. Just look at the doc page and it should be clear.
m
this worked!!