AssetDatabase.RemoveAssetBundleName

Switch to Manual
public static bool RemoveAssetBundleName (string assetBundleName, bool forceRemove);

Parameters

assetBundleNameThe assetBundle name you want to remove.
forceRemoveFlag to indicate if you want to remove the assetBundle name even it's in use.

Description

Remove the assetBundle name from the asset database. The forceRemove flag is used to indicate if you want to remove it even it's in use.