---
title: "Delete an email setting"
method: DELETE
path: "/emailSettings"
tags: ["Email"]
---

# Delete an email setting

`DELETE /emailSettings`

## Request body

- EmailSetting
  - `entityId` string
  - `ccEmail` string, required
  - `ccEmailType` 'INVOICE_POSTED' | 'CREDIT_MEMO_AVAILABLE' | 'HUBSPOT_ERROR' | 'DUNNING' | 'APPROVAL_FLOW' | 'ESIGN' | 'LOGIN_LINK' | 'NOTIFICATION', required
  - `createdOn` integer
  - `updatedOn` integer

## Response `200`

successful operation

- EmailSetting
  - `entityId` string
  - `ccEmail` string, required
  - `ccEmailType` 'INVOICE_POSTED' | 'CREDIT_MEMO_AVAILABLE' | 'HUBSPOT_ERROR' | 'DUNNING' | 'APPROVAL_FLOW' | 'ESIGN' | 'LOGIN_LINK' | 'NOTIFICATION', required
  - `createdOn` integer
  - `updatedOn` integer

---

[API](https://skmtc.net/dealhub/apis/quote-api.md) · [All operations](https://skmtc.net/dealhub/apis/quote-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dealhub/quote-api/revisions/c30f5b9fbfab/schema)
