删除关联关系
<p><strong>简要描述:</strong> </p>
<ul>
<li>解绑智慧校园人员 </li>
<li>1.智慧校园用户解绑已经绑定自己的亦信用户,</li>
<li>2.亦信用户解绑智慧校园用户</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>测试 http://192.168.0.104:8088/RichBook/api/bind/delRelation.do</code></li>
<li><code>正式 https://book.richx.cn/RichBook/api/bind/delRelation.do</code></li>
</ul>
<p><strong>请求参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">apiKey</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td></td>
</tr>
<tr>
<td style="text-align: left;">userId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">userId</td>
<td>关联userId</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;ResponseCode&quot;: 0,
&quot;ResponseResult&quot;: &quot;解除关联人员成功&quot;,
}</code></pre>