身份识别码管理-禁用
<h5>简要描述</h5>
<ul>
<li>身份识别码管理-禁用</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/lhIdentifierBind/disable/{identifierBindId}</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET </li>
</ul>
<h5>返回示例(错误)</h5>
<pre><code>{
&quot;msg&quot;: &quot;该身份识别码尚未激活,无法禁用&quot;,
&quot;code&quot;: 500
}</code></pre>
<h5>返回示例(成功)</h5>
<pre><code>{
&quot;msg&quot;: &quot;操作成功&quot;,
&quot;code&quot;: 200
}</code></pre>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>