OORT AI
AboutOORT AIOORT StorageOORT Edge
  • GET STARTED
    • What's OORT AI?
    • OORT AI Virtual Tour
      • Main Dashboard
      • Analytics
      • User Feedback
      • Subscriptions
      • API Keys
    • FAQ
  • Pricing
    • OORT AI Pricing
  • Develop With OORT AI
    • OORT AI Open API Manual
    • Configure API Keys
      • Supported API Methods
      • Creating API Keys
      • Editing API Keys
      • Deleting API Keys
      • Getting a List of API Keys
    • Configure AI Agents
      • Getting AI Agent Settings
      • Updating AI Agent Settings
      • Getting AI Agent Interface
      • Updating AI Agent Interface
      • Deleting Your AI Agent
      • Getting a List of Your AI Agents
      • Chatting With Your AI Agent
Powered by GitBook
On this page
  1. Develop With OORT AI
  2. Configure AI Agents

Deleting Your AI Agent

Request Address: /api/bot/{botId}

Request Method: DELETE

Request Header 👇

Name
Type
Description

Authorization

String

The API key created

Request Path Parameter 👇

Name
Type
IsRequired
Description

botId

int

The botId of agent

The botId of agent

Response Parameter 👇

Name
Type
Description

success

boolean

true

Response Example 👇

{
    "code": 0,
    "msg": "success",
    "data": {
        "success": true
    }
}
PreviousUpdating AI Agent InterfaceNextGetting a List of Your AI Agents

Last updated 1 year ago