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

# Delete botAction

`DELETE /botActions/{key}`

Delete a specific botAction

## Path parameters

- `key` string, required

## Response `200`

Success, Deleted BotAction

- BotActionResponse — A response for information about bot actions
  - `id` string — The UUID of the specified bot action
  - `name` string — The name of the bot action requested
  - `isPending` boolean — If the action is still pending completion
  - `parameters` object[] — The values required to run a bot action
  - `response` object — The output of an bot action
  - `roomId` integer — The room ID in which the bot action deals with
  - `botId` string — The bot ID in which the bot action deals with
  - `userId` string — The user ID in which the bot action deals with

## Other responses

- `400` — Bad Request
- `401` — Authentication Error
- `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)
