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 API Keys

Deleting API Keys

Request Address: /api/bot/api-keys/{id}

Request Method: DELETE

Request Header 👇

Name
Type
Description

Authorization

String

The API key created

Request Path Parameter 👇

Name
Type
IsRequired
Description

id

int

Yes

The id of API key for which you want to update

Response Parameter 👇

Name
Type
Description

id

int

id

version

int

version

name

string

The name of API key

updatedTime

string

The update time of API key

deletedTime

string

The delete time of API key

lastUsed

int

The call times of this method

Response Example 👇

{
    "code": 0,
    "msg": "success",
    "data": {
        "id": 10,
        "deletedTime": "2023-08-08T08:30:52.988Z",
        "name": null,
        "lastUsed": null,
        "updatedTime": "2023-08-08T08:30:52.988Z",
        "version": 3
    }
}
PreviousEditing API KeysNextGetting a List of API Keys

Last updated 1 year ago