# Delete email templates **DELETE /api/email-templates** Bulk delete email templates by their language tag and template type. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters ### Query parameters - **languageTag** (string) The language tag of the email template, e.g., `en` or `fr`. - **templateType** (string) The type of the email template, e.g. `SignIn` or `ForgotPassword` ## Responses ### 200 The email templates were deleted successfully. #### Body: application/json (object) - **rowCount** (number) The number of email templates deleted. ### 400 Bad Request ### 401 Unauthorized ### 403 Forbidden ### 422 No filter query parameters were provided. This bulk deletion API requires at least one filter query parameter. [Powered by Bump.sh](https://bump.sh)