リポジトリーからアセット・タイプを削除するには、RAMAction.DELETE を渡して RAMAssetType.setAction(RAMAction) を使用します。
//Delete the asset type
assetType.setAction(RAMAction.DELETE);
session.put(assetType, new NullProgressMonitor());