# Delete chatbot

**DELETE** `/chatbots/{id}`

Deletes a chatbot. Active chatbots must be paused first.

Authentication: bearerAuth
Required scopes: `journey:delete`
Allowed roles: `owner`, `admin`, `agent`
Authorization: Delete a chatbot in the workspace.

## Parameters

- `id` (path string, required)

## Responses

- `204`: Chatbot deleted
- `default`: Error
