Delete a platform.
Syntax
platform remove <platform-name>
Delete the given platform. If the platform-name is not specified, the active platform is deleted.
Options
None.
Returns
Empty string, if the platform is deleted successfully. Error string, if the platform cannot be deleted.
Examples
platform remove zc702
Removes zc702 platform from the disk.