How to delete an asset from Editor in C++?

And then, u need use

FAssetRegistryModule::AssetDeleted( AssetData.GetAsset() ) ;

to delete the Asset !