Example searches: “Get account center settings”, “createdAt”, “200”, “400”, “branding”
Delete an email template by its ID.
The unique identifier of the email template.
The email template was deleted successfully.
Bad Request
Unauthorized
Forbidden
The email template was not found.
curl \ --request DELETE 'https://[tenant_id].logto.app/api/email-templates/{id}' \ --header "Authorization: Bearer $ACCESS_TOKEN"