shape删除
<h5>简要描述</h5>
<p>shape删除</p>
<h5>请求URL</h5>
<ul>
<li>/projectshapeachievement/tcprojectshapeachievement/delete</li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST</li>
</ul>
<h5>入参(raw格式)</h5>
<table>
<thead>
<tr>
<th>字段</th>
<th>含义</th>
</tr>
</thead>
<tbody>
<tr>
<td>ids</td>
<td>小班id 不为空</td>
</tr>
<tr>
<td>shapeNode</td>
<td>1计划2设计3成果 不可为</td>
</tr>
</tbody>
</table>
<h5>请求示例</h5>
<pre><code>{
&quot;data&quot;: {
&quot;ids&quot;: [&quot;1705143632264679425&quot;,&quot;1705143632507949058&quot;],
&quot;shapeNode&quot;: 3
}
}</code></pre>
<h5>返回示例</h5>
<pre><code>{
&quot;data&quot;: true,
&quot;decryptFlag&quot;: false,
&quot;message&quot;: &quot;success&quot;,
&quot;status&quot;: 200
}
</code></pre>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>