删除印章
<p><strong>简要描述:</strong> </p>
<ul>
<li>删除印章</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li>` <a href="http://ip:port/service/rest/v1/seal/delete">http://ip:port/service/rest/v1/seal/delete</a></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>Delete</li>
</ul>
<p><strong>请求示例:</strong></p>
<pre><code>http://ip:port/service/rest/v1/seal/delete
{
&quot;sealId&quot;:&quot;d2e880e3-09c8-4f09-9b49-0d5e87a86e03&quot;,
&quot;source&quot;:&quot;esign&quot;
}</code></pre>
<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;">sealId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">String</td>
<td>印章id</td>
</tr>
<tr>
<td style="text-align: left;">accountUid</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">String</td>
<td>用户的accountUid, 默认为当前登录人的accountUid</td>
</tr>
<tr>
<td style="text-align: left;">source</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">String</td>
<td>请求来源, 例如:’dingding’ , ’esign’ , ’esign_h5’ , ’alipay’</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;success&quot;: true,
&quot;msg&quot;: null,
&quot;total&quot;: null,
&quot;errCode&quot;: 0,
&quot;errShow&quot;: false,
&quot;data&quot;:null
}</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;">errCode</td>
<td style="text-align: left;">int</td>
<td>0表示成功</td>
</tr>
</tbody>
</table>