Stuck on automating user deletion in our CI/CD pipeline using the Python SDK. When calling delete_users_user with a 200 OK, the user remains visible in historical interaction reports. I need to ensure data integrity without manual intervention. Does the API support a ‘soft delete’ flag or specific payload to preserve interaction history while removing access?
DELETE /api/v2/users/{userId}
200 OK