SHFormatDrive

[DllImport("shell32.dll")]
public static extern int SHFormatDrive(
   IntPtr hwnd,
   uint drive,
   uint fmtID,
   uint options
);

Microsoft documentation: Link

Last updated