diff --git a/proposal-template.html b/proposal-template.html
deleted file mode 100644
index 0db3b9a..0000000
--- a/proposal-template.html
+++ /dev/null
@@ -1,24 +0,0 @@
-
Import interface proposal-interface-name
-Types
-
-Short description
-Explanation for developers using the API.
-Size: 16, Alignment: 8
-Record Fields
-
-Functions
-
-
-Short description
-Explanation for developers using the API.
-Results
-
diff --git a/proposal-template.md b/proposal-template.md
deleted file mode 100644
index da2d6ca..0000000
--- a/proposal-template.md
+++ /dev/null
@@ -1,32 +0,0 @@
-# Import interface `proposal-interface-name`
-
-## Types
-
-## `api-type-one`: record
-
-Short description
-
-Explanation for developers using the API.
-
-Size: 16, Alignment: 8
-
-### Record Fields
-
-- [`property1`](#api_type_one.property1): `u64`
-
-
-- [`property2`](#api_type_one.property2): `string`
-
-
-## Functions
-
-----
-
-#### `api-function-one`
-
-Short description
-
-Explanation for developers using the API.
-##### Results
-
-- [`api-type-one`](#api_type_one)