XCode 26: is it possible to remove the preinstalled iOS Platform via xcodebuild?

Hi, as described by the subject, I'm trying to find a way to remove the preinstalled iOS support via command line tool.

I need to do that because I need to use the universal architectureVariant in order to build on old Intel-based iOS Simulators, but on iOS 26.

As described in this page, I can use this command to download the architecture I need

xcodebuild -downloadPlatform iOS -architectureVariant universal

however, launching this command I receive this error

iOS is already downloaded as arm64Only. To replace with universal, first delete the existing one.

Is there any way to remove the current installed iOS platform via command line? In particular I'm serching for a way to do what the button "Delete" in the attached screen does.

Thank you

XCode 26: is it possible to remove the preinstalled iOS Platform via xcodebuild?
 
 
Q