删除评价
<h5>简要描述</h5>
<ul>
<li>无</li>
</ul>
<h5>请求URL</h5>
<p>> POST /prom/ebk/evaluation/delete</p>
<h4>Body 请求参数</h4>
<pre><code>{
&quot;id&quot;: 0
}</code></pre>
<h4>请求参数</h4>
<table>
<thead>
<tr>
<th>名称</th>
<th>位置</th>
<th>类型</th>
<th>必选</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>token</td>
<td>header</td>
<td>string</td>
<td>是</td>
<td>token</td>
</tr>
<tr>
<td>body</td>
<td>body</td>
<td>object</td>
<td>否</td>
<td>none</td>
</tr>
<tr>
<td>» id</td>
<td>body</td>
<td>integer(int64)</td>
<td>是</td>
<td>评价ID</td>
</tr>
</tbody>
</table>
<p>> 返回示例</p>
<p>> 200 Response</p>
<pre><code>{
&quot;success&quot;: true,
&quot;code&quot;: 0,
&quot;message&quot;: &quot;string&quot;,
&quot;data&quot;: &quot;string&quot;
}</code></pre>