Deleting user via SDK without losing historical conversation data

I need to remove a terminated agent using the JS SDK, but I’m worried about orphaning historical interactions. The deleteUsersUser endpoint seems to permanently wipe the identity, which breaks our audit trails. I’ve tried setting isDeleted to true first, but the SDK lacks a specific method for soft deletion.