I’m trying to automate user cleanup using the CXone Terraform provider, but terraform destroy on a nice_cxone_user resource actually deletes the user record entirely. This wipes their historical interaction data, which we definitely can’t afford to lose for reporting. Is there a specific API endpoint or Terraform configuration that archives the user instead? I need to keep the history intact while removing active access.