Deleting a user via JS SDK wipes interaction history

Calling usersApi.deleteUsersUser with the Node SDK returns 200, but our custom audit dashboard shows the agent’s name as ‘Deleted User’ and links are broken. Is there a way to soft-delete or archive a user account so the historical interaction data stays intact? We’re using usersApi.deleteUsersUser({ userId }).