diff --git a/datalink/columns-minimal.yaml b/datalink/columns-minimal.yaml
index 060462b5..244c2a11 100644
--- a/datalink/columns-minimal.yaml
+++ b/datalink/columns-minimal.yaml
@@ -5,16 +5,6 @@
# build_datalink_metadata.py, run during the build.
tables:
- dp01_dc2_catalogs.forced_photometry:
- lsst:minimal: []
- dp01_dc2_catalogs.object:
- lsst:minimal: []
- dp01_dc2_catalogs.position:
- lsst:minimal: []
- dp01_dc2_catalogs.reference:
- lsst:minimal: []
- dp01_dc2_catalogs.truth_match:
- lsst:minimal: []
dp02_dc2_catalogs.CcdVisit:
lsst:minimal: []
dp02_dc2_catalogs.CoaddPatches:
diff --git a/datalink/datalink-manifest.json b/datalink/datalink-manifest.json
index 62d06960..e9bd845c 100644
--- a/datalink/datalink-manifest.json
+++ b/datalink/datalink-manifest.json
@@ -1,7 +1,4 @@
{
- "dp01_object_cone_search": ["dp01_dc2_catalogs_object_ra", "dp01_dc2_catalogs_object_dec"],
- "dp01_position_cone_search": ["dp01_dc2_catalogs_position_coord_ra", "dp01_dc2_catalogs_position_coord_dec"],
- "dp01_truth_match_cone_search": ["dp01_dc2_catalogs_truth_match_ra", "dp01_dc2_catalogs_truth_match_dec"],
"dp02_object_to_fs_timeseries": ["dp02_dc2_catalogs_Object_objectId"],
"dp02_diaobject_to_dias_timeseries": ["dp02_dc2_catalogs_DiaObject_diaObjectId"],
"dp02_diaobject_to_diafs_timeseries": ["dp02_dc2_catalogs_DiaObject_diaObjectId"],
diff --git a/datalink/dp01_object_cone_search.xml b/datalink/dp01_object_cone_search.xml
deleted file mode 100644
index 00ba829c..00000000
--- a/datalink/dp01_object_cone_search.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
-
-
-
-
- Search for nearby objects
-
-
- Radius in degrees of the cone search
-
-
- RA coordinate for cone search
-
-
- DEC coordinate for cone search
-
-
-
-
-
diff --git a/datalink/dp01_position_cone_search.xml b/datalink/dp01_position_cone_search.xml
deleted file mode 100644
index 8f443536..00000000
--- a/datalink/dp01_position_cone_search.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
-
-
-
-
- Cone search
-
-
- Radius in degrees of the cone search.
-
-
- RA for cone search.
-
-
- DEC for cone search.
-
-
-
-
-
diff --git a/datalink/dp01_truth_match_cone_search.xml b/datalink/dp01_truth_match_cone_search.xml
deleted file mode 100644
index 1a9e67c0..00000000
--- a/datalink/dp01_truth_match_cone_search.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
-
-
-
-
- Cone search
-
-
- Radius in degrees of the cone search.
-
-
- RA for cone search.
-
-
- DEC for cone search.
-
-
-
-
-
diff --git a/tap-schema/build-all b/tap-schema/build-all
index 06496e99..606a332d 100755
--- a/tap-schema/build-all
+++ b/tap-schema/build-all
@@ -5,7 +5,7 @@
#
./build mock
-./build idfprod-tap ../yml/dp02_dc2.yaml ../yml/dp01_dc2.yaml ../yml/dp02_obscore.yaml
+./build idfprod-tap ../yml/dp02_dc2.yaml ../yml/dp02_obscore.yaml
./build idfint-tap ../yml/dp02_dc2.yaml ../yml/dp02_obscore.yaml
./build idfdev-tap ../yml/dp02_dc2.yaml ../yml/dp02_obscore.yaml
./build usdf-prod-tap ../yml/dp02_dc2.yaml ../yml/dp02_obscore.yaml
diff --git a/yml/dp01_dc2.yaml b/yml/archive/dp01_dc2.yaml
similarity index 100%
rename from yml/dp01_dc2.yaml
rename to yml/archive/dp01_dc2.yaml