移除指定号码的黑名单标签。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
InstanceId | string | 是 | 呼叫中心实例 ID。 | ccc-test |
Number | string | 是 | 电话号码。 | 1312121**** |
JobId | string | 是 | 通话 ID。号码为加密号码(带有*),需要填写 JobId,非加密号码,不需要填写该字段。 | job-6538214103685**** |
返回参数
示例
正常返回示例
JSON
格式
{
"RequestId": "03C67DAD-EB26-41D8-949D-9B0C470FB716",
"HttpStatusCode": 200,
"Code": "OK",
"Message": "无"
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | Parameter.Blank | The parameter %s must not be null or empty. | 该参数不能为null值。 |
400 | LimitExceed.CallTagsPerNumber | The total number of call tag of numbers exceeds the limit %s. | 号码标签数量超出单个呼入号码标记的上线阈值。 |
404 | NotExists.InstanceId | The specified instance %s does not exist. | 指定的呼叫中心实例不存在。 |
404 | NotExists.CustomCallTagging | Custom call tagging %s does not exist in instance %s. | 呼入号码标记不存在。 |
500 | InternalService.DB | An internal DB service error occurred. %s | 内部数据服务错误。 |
访问错误中心查看更多错误码。