getContentResolver().delete(uri, null, null) // (Credit goes to [DDSports][1])
sendBroadcast(new Intent(Intent.ACTION_MEDIA_SCANNER_SCAN_FILE, Uri.fromFile(newMediaFile)));