---
title: "Delete an engagement setting"
method: DELETE
path: "/engagementSettings/{engagementSettingId}"
tags: ["engagementSettings"]
---

# Delete an engagement setting

`DELETE /engagementSettings/{engagementSettingId}`

## Path parameters

- `engagementSettingId` string, required

## Response `200`

Deleted engagement setting

- EngagementSettingResponse — An EngagementSetting is a small, reusable, named preset, made up of a language and a voice, that can be attached to an Engagement to configure how a voice or conversational engagement should sound and speak.
  - `_id` string — Luma's internal ID of an object.
  - `user` string — The ID of the root account user.
  - `deleted` 0 | 1 — Flag for logical deletion where 1 means deleted.
  - `createdBy` string — The ID of the user who created this object.
  - `updatedBy` string — The ID of the user who updated this object.
  - `createdAt` string, date-time — The date/time when this object was created.
  - `updatedAt` string, date-time — The date/time when this object was updated.
  - `name` string — Name of this engagement setting preset.
  - `language` 'en-US' | 'es-US' | 'es-ES' — The language the assistant should use for engagements using this preset.
  - `voice` string — The voice the assistant should use for engagements using this preset.

## Other responses

- `401` — Not authenticated
- `403` — Access token does not have the required scope

---

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