2.2.4分机号删除
<p><strong>简要描述:</strong> </p>
<ul>
<li>分机号删除</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>{BaseUrl}/api/extDeleteapi</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </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;">entityInstanceId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">array</td>
<td>数组([“分机号id1”,“分机号id 2”])</td>
</tr>
<tr>
<td style="text-align: left;">pkey</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>固定值id</td>
</tr>
</tbody>
</table>
<p><strong>请求示例(加密前)</strong></p>
<pre><code> {
&quot;api_key&quot;:&quot;zP0CpRPj&quot;,
&quot;user_sn&quot;:&quot;SYSUSER|cb31d43bc89487492bb0e0dd720705e0&quot;,
&quot;pkey&quot;:&quot;id&quot;,
&quot;entityInstanceId&quot;:&quot;[&quot;701&quot;]&quot;
}</code></pre>
<p><strong>返回示例</strong></p>
<pre><code> {
&quot;rst&quot;:&quot;200&quot;,
&quot;msg&quot;:&quot;&quot;,
&quot;success_num&quot;:1,
&quot;fail_num&quot;:0
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">msg</td>
<td style="text-align: left;">string</td>
<td>返回消息</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>