接口
认证
Authorization: Bearer <api_key> 或 Authorization: ApiKey <api_key>。
路径参数
string
required
智能体标识符。
响应
string
已删除的智能体标识符。
string
恒为
agent.deleted。boolean
成功时恒为
true。Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
按标识符删除咏唱引擎云智能体定义。已有会话保留其历史关联,但无法再开启新轮次。
DELETE /v1/agents/{agent_id}
Authorization: Bearer <api_key> 或 Authorization: ApiKey <api_key>。
agent.deleted。true。curl -X DELETE https://agent.example.com/v1/agents/ag_0198a... \
-H "Authorization: Bearer $ARIA_AGENT_KEY"
{
"id": "ag_0198a...",
"object": "agent.deleted",
"deleted": true
}
Was this page helpful?