diff --git a/src/Core/MailTemplates/Handlebars/Auth/SendAccessEmailOtpEmail.html.hbs b/src/Core/MailTemplates/Handlebars/Auth/SendAccessEmailOtpEmail.html.hbs
deleted file mode 100644
index 5bf1f24218..0000000000
--- a/src/Core/MailTemplates/Handlebars/Auth/SendAccessEmailOtpEmail.html.hbs
+++ /dev/null
@@ -1,28 +0,0 @@
-{{#>FullHtmlLayout}}
-
-
- |
- Verify your email to access this Bitwarden Send.
- |
-
-
-
-
- Your verification code is: {{Token}}
- |
-
-
-
-
- This code can only be used once and expires in 5 minutes. After that you'll need to verify your email again.
- |
-
-
-
-
-
- {{TheDate}} at {{TheTime}} {{TimeZone}}
- |
-
-
-{{/FullHtmlLayout}}
\ No newline at end of file
diff --git a/src/Core/MailTemplates/Handlebars/Auth/SendAccessEmailOtpEmail.text.hbs b/src/Core/MailTemplates/Handlebars/Auth/SendAccessEmailOtpEmail.text.hbs
deleted file mode 100644
index f83008c30b..0000000000
--- a/src/Core/MailTemplates/Handlebars/Auth/SendAccessEmailOtpEmail.text.hbs
+++ /dev/null
@@ -1,9 +0,0 @@
-{{#>BasicTextLayout}}
-Verify your email to access this Bitwarden Send.
-
-Your verification code is: {{Token}}
-
-This code can only be used once and expires in 5 minutes. After that you'll need to verify your email again.
-
-Date : {{TheDate}} at {{TheTime}} {{TimeZone}}
-{{/BasicTextLayout}}
\ No newline at end of file