- iOS SDK接入文档
- 平台文档
- 星火认知大模型
- 语音识别
- 语音合成
- 语音扩展
- 语音评测(流式版)
- 语音评测suntone
- 离线变声
- 音色转换
- 性别年龄识别
- 声纹识别
- 歌曲识别
- 歌曲识别 ACRCloud
- AI 客服中间件
- 自然语言处理
- 人脸识别
- 文字识别
- 图像识别
- 基础服务
- 解决方案
- MSC API 文档
删除外呼任务
开发环境
开发环境
POST
https://callapi.xfyun.cn/v1/service/v1/aicall/outbound/v1/task/delete
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://callapi.xfyun.cn/v1/service/v1/aicall/outbound/v1/task/delete?token=08236d0aeeee4d5b566db5f4adc41a63' \
--header 'Content-Type: application/json' \
--data-raw '{
"task_id": "129"
}'
响应示例响应示例
{
"code": 0,
"message": "string",
"result": {}
}
请求参数
Query 参数
token
string
可选
示例值:
08236d0aeeee4d5b566db5f4adc41a63
Body 参数application/json
task_id
string
必需
示例
返回响应
🟢200成功
application/json
Body
code
integer
必需
message
string
必需
result
object
必需
修改于 2023-12-19 07:18:08