I’m trying to clean up old accounts using the Genesys Cloud SDK. When I call UsersApi.delete_user(user_id), the status code is 204 No Content. The user disappears from the admin console. But our adherence reports in the Central time zone now show missing agent names for past interactions. The historical data seems linked to the active user record. Is there a way to soft delete or archive a user via the API so the interaction history remains intact? We need the data for compliance audits.