"user_id" violates unique constraint error

Hello
Imagine I’ve deleted a user. After that, the SendBird shows this error when I want to re-create a user with the same old userId:

"user_id" violates unique constraint.

Hi @Bond Welcome to Sendbird Community!

Even if you deleted a user and received 200 response from the Sendbird server, the user Id might still exist in the memory cache for a while. Approximately, if you try to re-create the user Id after 30 minutes, it will be succeeded.