删除助手
DELETE
https://api.openai.com/v1/assistants/{assistant_id }
请求参数
Path 参数
assistant_id
string
必需
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://api.openai.com/v1/assistants/'
返回响应
🟢200成功
application/json
Body
id
string
必需
object
string
必需
deleted
boolean
必需
示例
{
"id": "string",
"object": "string",
"deleted": true
}
修改于 2024-06-24 09:22:50