Ran a simple DELETE /api/v2/users/{userId} to clean up old agents. The call returns 204 No Content, which is fine. But now the queue analytics dashboard shows ‘Unknown User’ for interactions from six months ago. We need to keep the history intact while removing the active login. Is there a flag or a different endpoint to archive the user instead of nuking the reference? The docs just say delete.