diff --git a/SAS/TMSS/backend/src/tmss/tmssapp/schemas/common_schema_template-optional-object-1.json b/SAS/TMSS/backend/src/tmss/tmssapp/schemas/common_schema_template-optional-object-1.json
deleted file mode 100644
index 6be55596a239234de64173c7f361daf3f8f2a000..0000000000000000000000000000000000000000
--- a/SAS/TMSS/backend/src/tmss/tmssapp/schemas/common_schema_template-optional-object-1.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
-  "$id": "http://tmss.lofar.org/api/schemas/commonschematemplate/optionalobject/1#",
-  "$schema": "http://json-schema.org/draft-06/schema#",
-  "title": "optionalobject",
-  "description": "This schema defines short hands for having an 'enabled' bool toggle the presence of other fields.",
-  "version": 1,
-  "type": "object",
-  "definitions": {
-    "enabled": {
-      "type": "boolean",
-      "title": "Enabled",
-      "default": true,
-      "options": {
-        "hidden": true
-      },
-      "enum": [
-        true
-      ]
-    },
-    "disabled": {
-      "type": "boolean",
-      "title": "Disabled",
-      "default": false,
-      "options": {
-        "hidden": true
-      },
-      "enum": [
-        false
-      ]
-    },
-    "disabled_object": {
-      "type": "object",
-      "additionalProperties": false,
-      "properties": {
-	"enabled": {
-          "$ref": "#/definitions/disabled"
-	}
-      },
-      "required":[
-	"enabled"
-      ]
-    }
-  }
-}
diff --git a/SAS/TMSS/backend/src/tmss/tmssapp/schemas/templates.json b/SAS/TMSS/backend/src/tmss/tmssapp/schemas/templates.json
index 0e78d56ae263d32bf6b23601dd2189f5f95f5a45..480d7a4abb715673befa1742ef8fedb6ac04a00f 100644
--- a/SAS/TMSS/backend/src/tmss/tmssapp/schemas/templates.json
+++ b/SAS/TMSS/backend/src/tmss/tmssapp/schemas/templates.json
@@ -7,10 +7,6 @@
     "file_name": "common_schema_template-datetime-1.json",
     "template": "common_schema_template"
   },
-  {
-    "file_name": "common_schema_template-optional-object-1.json",
-    "template": "common_schema_template"
-  },
   {
     "file_name": "common_schema_template-pointing-1.json",
     "template": "common_schema_template"