logo
当前页

UnregisterAgent

POST

https://aigc-aiagent-api.zegotech.cn/

通过向本接口传入智能体 ID,您可以注销一个智能体。

Request

Query Parameters

    Action string必填

    可选值: [UnregisterAgent]

    接口原型参数

    https://aigc-aiagent-api.zegotech.cn?Action=UnregisterAgent

    AppId uint32必填

    AppId,ZEGO 分配的用户唯一凭证。

    SignatureNonce string必填

    随机字符串。

    Timestamp int64必填

    Unix 时间戳,单位为秒。最多允许 10 分钟的误差。

    Signature string必填

    签名,用于验证请求的合法性。

    SignatureVersion string必填

    可选值: [2.0]

    签名版本号,默认值为 2.0。

Body

required
    AgentId string必填

    已注册智能体的唯一标识。

Responses

注销成功
Schema
    Code integer

    返回码,0 表示成功,其他值表示失败。详情请参考 返回码 说明。

    Message string

    请求结果说明

    RequestId string

    请求 ID


Request
折叠所有
Base URL
https://aigc-aiagent-api.zegotech.cn
统一接入地址(不区分区域)
Parameters
query必填
query必填
query必填
query必填
query必填
query必填
Body必填
{
"AgentId": "xiaozhi"
}
RESPONSE清除

点击上方 “发送” 按钮,在此处查看响应。

Previous

注册智能体

Next

修改智能体

当前页

返回到顶部