---
title: "Delete Master Template Settings"
method: DELETE
path: "/setup/v1/locations/{id}/email/templates/master"
tags: ["Locations"]
---

# Delete Master Template Settings

`DELETE /setup/v1/locations/{id}/email/templates/master`

Use this endpoint to **Delete Custom Master Email Template Settings**. A valid business **location id** is required. Deleting a custom master email template will reactivate the original default OnSched template settings.

## Path parameters

- `id` string, required

## Response `200`

Success

- MasterEmailTemplateSettingsViewModel
  - `version` string, nullable
  - `headerLogoHeight` string, nullable
  - `footerLogoHeight` string, nullable
  - `headerLogoPadding` string, nullable
  - `footerLogoPadding` string, nullable
  - `emailBackgroundColor` string, nullable
  - `emailColor` string, nullable
  - `emailLinkColor` string, nullable
  - `panelBackgroundColor` string, nullable
  - `panelColor` string, nullable
  - `panelLinkColor` string, nullable
  - `contentBackgroundColor` string, nullable
  - `contentColor` string, nullable
  - `contentLinkColor` string, nullable
  - `showHeaderLogo` boolean
  - `showFooterLogo` boolean
  - `footerFontSize` string, nullable
  - `privacyPolicyLink` string, nullable
  - `showHeaderPanel` boolean
  - `showFooterPanel` boolean
  - `showContentPanel` boolean
  - `centerEmailContent` boolean
  - `centerEmailContentPanel` boolean
  - `centerEmailFooter` boolean
  - `footerPanelEmailContact` boolean
  - `footerPanelPhoneContact` boolean
  - `footerPanelWebsiteContact` boolean

---

[API](https://skmtc.net/onsched/apis/onsched-setup-api.md) · [All operations](https://skmtc.net/onsched/apis/onsched-setup-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onsched/onsched-setup-api/versions/c5c023458a2f/schema)
