POST /esignglobal/v1/envelope/files/deleteAttachments
Interface Description
Delete attachments from envelopes. Attachments can be deleted at any time before the envelope is started but can only be added afterward.
Request Parameters
Request Example
{
"envelopeId":"flow1234567890",
"attachments":[{
"fileKey":"fileKey12345678901"
}]
}
Responses
Response Example
{
"code": "0",
"message": "success",
"data": null
}