删除对话流程

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

请求参数

名称 类型 是否必选 示例值 描述
Action String DeleteDialogueFlow

系统规定参数。取值:DeleteDialogueFlow。

DialogueFlowId String 40a1457a-d2f3-43cf-ac81-c9e14cf07d88

对话流程的uuid

InstanceId String 361c8a53-0e29-42f3-8aa7-c7752d010399

实例id

ScriptId String d7c28efb-47f7-4a85-a522-5038e30a0b98

对话流程所在的话术id

返回数据

名称 类型 示例值 描述
Code String OK

接口状态码

HttpStatusCode Integer 200

http状态码

Message String Success

接口提示信息

RequestId String 254EB995-DEDF-48A4-9101-9CA5B72FFBCC

请求id

Success Boolean true

是否成功

示例

请求示例

http(s)://[Endpoint]/?Action=DeleteDialogueFlow
&DialogueFlowId=40a1457a-d2f3-43cf-ac81-c9e14cf07d88
&InstanceId=361c8a53-0e29-42f3-8aa7-c7752d010399
&ScriptId=d7c28efb-47f7-4a85-a522-5038e30a0b98
&<公共请求参数>

正常返回示例

XML 格式

<RequestId>254EB995-DEDF-48A4-9101-9CA5B72FFBCC</RequestId>
<HttpStatusCode>200</HttpStatusCode>
<Code>OK</Code>
<Success>true</Success>

JSON 格式

{
    "RequestId":"254EB995-DEDF-48A4-9101-9CA5B72FFBCC",
    "HttpStatusCode":200,
    "Code":"OK",
    "Success":true
}

错误码

HttpCode 错误码 错误信息 描述
500 InternalError An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists. 内部错误。建议重试,如果多次重试报错请提交工单。
404 NotExist.Instance The specified Instance does not exist. 指定的实例不存在。
404 NotExist.Script The specified Script does not exist. 指定的话术不存在。

访问错误中心查看更多错误码。