删除运营商参数信息-废弃
<p><strong>简要描述:</strong></p>
<ul>
<li>删除运营商参数信息
(同时会删除该运营商的参数信息operatorParm,会将该运营商从运营商组群operatorGroupDetails中删除)</li>
</ul>
<p><strong>请求URL:</strong></p>
<ul>
<li><code>{{url}}/evcs/operatorParm/del/{id}</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST</li>
</ul>
<p><strong>请求参数说明:</strong></p>
<pre><code>id:运营商参数信息自增id</code></pre>
<p><strong>请求示例</strong></p>
<ul>
<li><code>{{url}}/evcs/operatorInfo/del/3</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 style="text-align: left;">备注</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">code</td>
<td style="text-align: left;">string</td>
<td style="text-align: left;">返回码</td>
<td style="text-align: left;"></td>
</tr>
<tr>
<td style="text-align: left;">message</td>
<td style="text-align: left;">string</td>
<td style="text-align: left;">返回信息</td>
<td style="text-align: left;"></td>
</tr>
<tr>
<td style="text-align: left;">- data</td>
<td style="text-align: left;">Object</td>
<td style="text-align: left;">请求返回的数据</td>
<td style="text-align: left;">注:需要时才会返回</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": 0,
"msg": "success",
"data": null
}</code></pre>