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
burggraf
08/29/2021, 1:30 AM
You need to pass
userid
not email. Userid is a
guid
.
m
MicahBurnside
08/29/2021, 1:31 AM
thank you!!
b
burggraf
08/29/2021, 1:31 AM
No problem. Just look at the doc page and it should be clear.