删除签署人

POST /esignglobal/v1/envelope/recipients/deleteSigners

接口描述

信封未开启时,支持删除已添加的签署人。

请求参数

参数名称

类型

是否必填

说明

envelopeId

string

true

信封 ID

signerInfos

array

true

签署人信息集合

 

userEmail

string

true

签署人邮箱地址

请求示例

{
	"envelopeId":"flow1234567890",
	"signerInfos":[{
		"userEmail":"buweiqiang@xxxx.com"
	}
}

响应参数

参数名称

类型

说明

envelopeId

string

信封 ID

signFiles 

array

信封文件集合

 

fileKey

string

签署文件fileKey

attachments

array

信封附件集合

 

fileKey

string

文件fileKey

signerInfos

array

签署人信息集合

 

userEmail

string

签署人邮箱地址

 

userName

string

签署人姓名

 

signOrder

int

签署人节点顺序,最小为1。

 

accessCode

string

签署页访问口令

响应示例

{
	"code": "0",
	"message": "成功",
	"data": {
		"envelopeId": "flow1234567890",
		"signerInfos": []
	}
}

 

接口描述
请求参数
请求示例
响应参数
响应示例