diff --git a/servicetemplates/radon.blueprints.examples/myfirstToscaApp/ServiceTemplate.tosca b/servicetemplates/radon.blueprints.examples/myfirstToscaApp/ServiceTemplate.tosca
deleted file mode 100644
index a67a2807434719b249801b8c44a8a3e0e969eac5..0000000000000000000000000000000000000000
--- a/servicetemplates/radon.blueprints.examples/myfirstToscaApp/ServiceTemplate.tosca
+++ /dev/null
@@ -1,49 +0,0 @@
-tosca_definitions_version: tosca_simple_yaml_1_3
-
-metadata:
-  targetNamespace: "radon.blueprints.examples"
-topology_template:
-  node_templates:
-    containerNginx_0:
-      type: radon.nodes.docker.containerNginx
-      metadata:
-        x: "1476"
-        y: "259"
-        displayName: "containerNginx"
-      properties:
-        container_port: "80"
-        image_name: "nginx:1.13"
-        container_name: "mynginxserver"
-        host_port: "8082"
-        name: "defaultNginxServer_poojara"
-      requirements:
-        - host:
-            node: DockerEngineUT_ubuntu_0
-            relationship: con_HostedOn_0
-            capability: host
-    DockerEngineUT_ubuntu_0:
-      type: radon.nodes.docker.DockerEngineUT_ubuntu
-      metadata:
-        x: "1127"
-        y: "348"
-        displayName: "DockerEngineUT_ubuntu"
-      requirements:
-        - host:
-            node: RemoteWorkstation_0
-            relationship: con_HostedOn_1
-            capability: host
-    RemoteWorkstation_0:
-      type: radon.nodes.VM.RemoteWorkstation
-      metadata:
-        x: "668"
-        y: "370"
-        displayName: "RemoteWorkstation"
-      properties:
-        ssh_username: "ubuntu"
-        KeyFile: "/home/ubuntu/.ssh"
-        external_ip: "172.17.89.184"
-  relationship_templates:
-    con_HostedOn_0:
-      type: tosca.relationships.HostedOn
-    con_HostedOn_1:
-      type: tosca.relationships.HostedOn
diff --git a/servicetemplates/radon.blueprints.examples/myfirstToscaApp2_w1-wip1/ServiceTemplate.tosca b/servicetemplates/radon.blueprints.examples/myfirstToscaApp2_w1-wip1/ServiceTemplate.tosca
deleted file mode 100644
index b5a55adea17436e9cc40af8d94d53cb8cb6a164c..0000000000000000000000000000000000000000
--- a/servicetemplates/radon.blueprints.examples/myfirstToscaApp2_w1-wip1/ServiceTemplate.tosca
+++ /dev/null
@@ -1,49 +0,0 @@
-tosca_definitions_version: tosca_simple_yaml_1_3
-
-metadata:
-  targetNamespace: "radon.blueprints.examples"
-topology_template:
-  node_templates:
-    containerNginx_0:
-      type: radon.nodes.docker.containerNginx
-      metadata:
-        x: "1443"
-        y: "296"
-        displayName: "containerNginx"
-      properties:
-        container_port: 80
-        image_name: "nginx:1.13"
-        container_name: "testing"
-        host_port: 8080
-        name: "testingshiva"
-      requirements:
-        - host:
-            node: DockerEngineUT_ubuntu_0
-            relationship: con_HostedOn_1
-            capability: host
-    DockerEngineUT_ubuntu_0:
-      type: radon.nodes.docker.DockerEngineUT_ubuntu
-      metadata:
-        x: "864"
-        y: "302"
-        displayName: "DockerEngineUT_ubuntu"
-      requirements:
-        - host:
-            node: RemoteWorkstation_0
-            relationship: con_HostedOn_0
-            capability: host
-    RemoteWorkstation_0:
-      type: radon.nodes.VM.RemoteWorkstation
-      metadata:
-        x: "475"
-        y: "323"
-        displayName: "RemoteWorkstation"
-      properties:
-        ssh_username: "ubuntu"
-        KeyFile: "/home/ubuntu/.ssh"
-        external_ip: "172.17.89.184"
-  relationship_templates:
-    con_HostedOn_0:
-      type: tosca.relationships.HostedOn
-    con_HostedOn_1:
-      type: tosca.relationships.HostedOn