撤消静默签署
接口地址 /v1/signAuth/{accountId}
请求方式 DELETE
接口描述 取消静默签署授权
请求参数
参数名称 | 说明 | 参数类型 | 是否必须 | 类型 |
---|---|---|---|---|
accountId | 授权人id,即个人账号id或机构账号id | path | true | string |
请求示例
DELETE https://openapi.esign.cn/v1/signAuth/7b04a1e86d014a26858f69162d0e39d4
响应参数
参数名称 | 说明 | 参数类型 |
---|---|---|
code | 错误码 | int32 |
message | 错误信息 | string |
data | 业务数据, 是否取消授权成功 | boolean |
响应示例
{
"code":0,
"message":"成功",
"data":true
}