Deleting Genesys Cloud user via API without nuking historical data

Hey folks,

Trying to clean up some test users in our dev org using the Genesys Cloud API. I’m sending a DELETE /api/v2/users/{userId} request, but the docs are vague on what happens to the interaction history. I need to remove the user record but keep the call logs and chats intact for reporting. Is there a specific flag or alternative endpoint I should be hitting? Or does the platform handle this gracefully out of the box?