Deleting user via API without losing historical interaction data

Running a DELETE on /api/v2/users/{userId} wipes the user entity, but I need to keep the historical interaction data tied to that ID for reporting. Is there a specific query param or header to preserve the data on delete, or does the API just hard-delete everything? Getting 204 No Content but the data vanishes from the analytics view immediately.