Skip to content

NXLINK AI deleteOrder

henryou edited this page May 15, 2025 · 1 revision

在任务中删除号码名单

  • URL:https://api-westus.nxlink.ai/openapi/aiagent/order/delete
  • Method:POST
  • Content-Type:application/json
  • 需要鉴权:

请求参数

header参数:

参数名 类型 必选 示例值 说明
accessKey String AK-6230339248928541113-2133 用户身份标识
ts String 1655710885431 当前请求的时间戳(单位是毫秒),牛信服务端允许用户端请求最大时间误差为60秒
bizType String 100 业务类型,取固定值“100”
action String nxai 业务操作,取固定值“nxai”
sign String 6e9506557d1f289501d333ee2c365826 API入参参数签名 查看公共约定

请求参数:

参数名 类型 必选 示例值 说明
taskId String "52145b00-abc9-4a87-94c2-ed1e1e42ec1c" 任务id
contactId String "52145b00-abc9-4a87-94c2-56hu4rfo" 名单id

注意:只能删除待开始类型的通话。

请求示例

body(application/json) 参数:

{
  "taskId": "fe90a9af-e14c-4330-8faa-2631e761124a",
  "contactId": "52145b00-abc9-4a87-94c2-ed1e1e42ec1c"
}

响应参数

参数名 类型 说明
code Integer 结果编码
message String 请求结果说明
traceId String 链路追踪ID
data Array 响应数据,返回UUID数组

data元素

参数名 类型 说明
-- Integer callId

响应示例

成功示例

{
    "code": 0,
    "message": "success",
    "traceId": "e84a7ee05c7248029828e59ddf725d75",
    "data": null
}


          

错误码

说明
1001 Authentication failed (missing public parameters)
1002 Authentication failed (parameter error)
1003 Authentication failed (invalid signature)
1004 Authentication failed (timestamp expired)
1005 Authentication failed (insufficient authority)
20000 Business Error

简介

短信

语音

云呼叫中心(NXLink)

云呼叫中心(AI自动外呼)

Flash Call

短链

邮件验证码

DID号码

通用

号码检测

WhatsApp

Viber

Zalo ZNS

Super Message API

隐私号(旧)

PNS

坐席(旧版)

AI Agent

Clone this wiki locally