Skip to main content
DELETE
/
bot-live-demo
/
{botId}
/
{key}
Delete Live Demo
curl --request DELETE \
  --url https://api.closebot.com/bot-live-demo/{botId}/{key} \
  --header 'X-CB-KEY: <api-key>'
{
  "name": "<string>",
  "key": "<string>",
  "organizationId": "<string>",
  "active": true,
  "mimicSourceId": "<string>",
  "sourceVariables": [
    {
      "id": "<string>",
      "name": "<string>",
      "value": "<string>"
    }
  ]
}

Authorizations

X-CB-KEY
string
header
required

CloseBot API Key Authorization

Path Parameters

botId
string
required

The ID of the Bot

key
string
required

The key of the live demo

Response

Success

name
string | null
key
string | null
organizationId
string | null
active
boolean
mimicSourceId
string | null
sourceVariables
object[] | null