---
title: "Delete Live Demo"
method: DELETE
path: "/bot-live-demo/{botId}/{key}"
tags: ["LiveDemo"]
---

# Delete Live Demo

`DELETE /bot-live-demo/{botId}/{key}`

## Path parameters

- `botId` string, required
- `key` string, required

## Response `200`

Success

- LiveDemoDto
  - `name` string, nullable
  - `key` string, nullable
  - `organizationId` string, nullable
  - `active` boolean
  - `mimicSourceId` string, nullable
  - `sourceVariables` BotVariableDto[], nullable
    - `id` string, nullable
    - `name` string, nullable
    - `value` string, nullable

---

[API](https://skmtc.dev/closebot/apis/closebot-api.md) · [All operations](https://skmtc.dev/closebot/apis/closebot-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/closebot/closebot-api/revisions/da5f5fb58534/schema)
