how to remove windows 10 built in apps powershell

C++
Get-AppxPackage *3dbuilder* | Remove-AppxPackage
Source

Also in C++: