移除指定号码的黑名单标签。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| InstanceId |
string |
是 |
云联络中心实例 ID。 |
ccc-test |
| Number |
string |
是 |
电话号码。 |
1312121**** |
| JobId |
string |
是 |
通话 ID。号码为加密号码(带有*),需要填写 JobId,非加密号码,不需要填写该字段。 |
job-6538214103685**** |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
Schema of Response |
||
| RequestId |
string |
Id of the request |
03C67DAD-EB26-41D8-949D-9B0C470FB716 |
| HttpStatusCode |
integer |
HTTP 状态码。 |
200 |
| Code |
string |
响应码。 |
OK |
| Message |
string |
响应信息。 |
无 |
示例
正常返回示例
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. | 号码标签数量超出单个呼入号码标记的上线阈值。 |
| 500 | InternalService.DB | An internal DB service error occurred. %s | 内部数据服务错误。 |
| 404 | NotExists.InstanceId | The specified instance %s does not exist. | 指定的呼叫中心实例不存在。 |
| 404 | NotExists.CustomCallTagging | Custom call tagging %s does not exist in instance %s. | 呼入号码标记不存在。 |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。
该文章对您有帮助吗?