跳转到主要内容
DELETE
/
v1
/
agent
/
{id}
删除自定义 Agent
curl --request DELETE \
  --url https://api.senseaudio.cn/v1/agent/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: <content-type>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.senseaudio.cn/llms.txt

Use this file to discover all available pages before exploring further.

授权

Authorization
string
header
必填

格式:Bearer <API_KEY>

请求头

Content-Type
string
默认值:application/json
必填

内容类型。固定为 application/json

示例:

"application/json"

路径参数

id
string
必填

Agent ID

示例:

"69b6ac2100000d8dbf84289c"

响应

成功响应,无响应体