diff --git a/migration_templates/d5_node_setting_promote.yml b/migration_templates/d5_node_setting_promote.yml
deleted file mode 100644
index 02e4bcd9af8d37ac2978107e41de4efb20a512cb..0000000000000000000000000000000000000000
--- a/migration_templates/d5_node_setting_promote.yml
+++ /dev/null
@@ -1,19 +0,0 @@
-id: d5_node_setting_promote
-label: Drupal 5 node type 'promote' setting
-migration_tags:
-  - Drupal 5
-source:
-  plugin: d6_node_type
-  constants:
-    entity_type: node
-    field_name: promote
-process:
-  entity_type: 'constants/entity_type'
-  bundle: type
-  field_name: 'constants/field_name'
-  'default_value/0/value': 'options/promote'
-destination:
-  plugin: entity:base_field_override
-migration_dependencies:
-  required:
-    - d5_node_type
diff --git a/migration_templates/d5_node_setting_status.yml b/migration_templates/d5_node_setting_status.yml
deleted file mode 100644
index 611307da2e26d04c9e34cb154a99d635f9f93f63..0000000000000000000000000000000000000000
--- a/migration_templates/d5_node_setting_status.yml
+++ /dev/null
@@ -1,19 +0,0 @@
-id: d5_node_setting_status
-label: Drupal 5 node type 'status' setting
-migration_tags:
-  - Drupal 5
-source:
-  plugin: d6_node_type
-  constants:
-    entity_type: node
-    field_name: status
-process:
-  entity_type: 'constants/entity_type'
-  bundle: type
-  field_name: 'constants/field_name'
-  'default_value/0/value': 'options/status'
-destination:
-  plugin: entity:base_field_override
-migration_dependencies:
-  required:
-    - d5_node_type
diff --git a/migration_templates/d5_node_setting_sticky.yml b/migration_templates/d5_node_setting_sticky.yml
deleted file mode 100644
index 48e4fa93c257c10e397806ab4ffd999cf3208ff4..0000000000000000000000000000000000000000
--- a/migration_templates/d5_node_setting_sticky.yml
+++ /dev/null
@@ -1,19 +0,0 @@
-id: d5_node_setting_sticky
-label: Drupal 5 node type 'sticky' setting
-migration_tags:
-  - Drupal 5
-source:
-  plugin: d6_node_type
-  constants:
-    entity_type: node
-    field_name: sticky
-process:
-  entity_type: 'constants/entity_type'
-  bundle: type
-  field_name: 'constants/field_name'
-  'default_value/0/value': 'options/sticky'
-destination:
-  plugin: entity:base_field_override
-migration_dependencies:
-  required:
-    - d5_node_type