3.删除自定义对话接入配置

### 接口路径:https://dev.lingju.ai/httpapi/deleteDialog.do |名称|删除自定义对话API接口| |-|-| |接口路径|https://dev.lingju.ai/httpapi/deleteDialog.do| |请求方式|post| </br> ### http post请求示例: ~~~ post https://dev.lingju.ai/httpapi/deleteDialog.do json格式串行化post上传,注意请求的header需添加 'Content-Type':'application/json;charset=UTF-8' { "appkey":"xxxxxxxxxxxxxxxxxxxxxx", "names":"xxxxxxxxxxxxxxxxxxxxxx" } ~~~ </br> ### 请求参数说明: <table style="width:100%"> <thead> <tr height="28" > <th height="18" width="50px">参数</th> <th width="80px">数据类型</th> <th width="80px">可需</th> <th width="00px">描述</th> </tr> </thead> <tbody> <tr height="23"> <td height="23" >appkey</td> <td>String</td> <td>必填</td> <td colspan="2">分配给开发者的专属appkey,请妥善保管</td> </tr> <tr > <td height="23" >names</td> <td>String</td> <td>必填</td> <td colspan="2">删除自定义对话对话名,有多个自定义对话需要删除,使用|符号隔开。</td> </tr> </tbody></table> </br> ### 接口返回JSON示例: ~~~ { "status": 0 } ~~~ </br> ### 接口返回说明: ~~~ Content-Type:application/json;charset=UTF-8 ~~~ |属性名|数据类型|描述 |-|-|-| |status|int|状态码,0=成功,其它值则为错误码,请参考错误码表请求方式| |description|String|通常为空,出错时会有错误信息