---
title: "Delete botData"
method: DELETE
path: "/botData/{key}"
tags: ["botData"]
---

# Delete botData

`DELETE /botData/{key}`

Delete a specific botData

## Path parameters

- `key` string, required

## Response `200`

Success, Deleted BotData

- BotDataResponse — A response for information about a room
  - `id` string — UUID of the specified bot data
  - `name` string — Name of the bot data
  - `value` string — Current value of the bot data
  - `roomId` integer — The room number of the room of the bot data
  - `botId` string — UUID of the specified bot in that room
  - `createdBy` string — Id of the User who created this botData.

## Other responses

- `400` — Bad Request
- `401` — Authentication Error
- `403` — Forbidden
- `404` — Resource Not Found
- `default` — Error

---

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