Assuming you are on Windows and are asking about DiskMgmt.msc:
- Run
DISKPART, which is a command-line tool which uses the same Windows volume manager.
- Use
list disk and select disk <number> to choose the disk.
- Use
detail disk and list part just to make sure it's the correct disk.
- If you want to delete all partitions at once, use
clean.
- If you want to delete just the specific EFI partition:
- First choose it with
list part and sel part <number>.
- Double-check using
detail part.
- Delete it with
del part override.
Any third-party partition editor will be able to remove the EFI system partition as well.
Note: Make sure the system isn't actually using this EFI system partition to boot your OS. Have a Windows install USB handy just in case.