---
title: "Reset Token"
method: POST
path: "/chatbot/reset"
tags: ["Chatbot"]
---

# Reset Token

`POST /chatbot/reset`

## Query parameters

- `chatbot_id` string

## Response `200`

- ChatbotResponse
  - `api_key` string, nullable — The API key for the chatbot
  - `brain_id` string — The ID of the brain associated with the chatbot
  - `created_at` string — The creation timestamp of the chatbot
  - `id` string — The ID of the chatbot
  - `name` string — The name of the chatbot
  - `urls` string[], nullable — An array of URLs associated with the chatbot
  - `user_id` string — The ID of the user who owns the chatbot

---

[API](https://skmtc.dev/byteleaphq/apis/athena-copy.md) · [All operations](https://skmtc.dev/byteleaphq/apis/athena-copy/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/byteleaphq/athena-copy/revisions/4eb764a8d0ce/schema)
