Remove approval from Default Consent
Wednesday, September 11, 2019 at 12:00pmGuys,
I am trying to remove an approval from the default-consent document as we do not want a signer to see it. I can remove the document all together but that is not the desired effect we are looking to get.
I am using the DELETE API call, as shown below, to try to remove it.
https://sandbox.esignlive.com/api/packages/nYvrvfy21YiMVpmlTn6b84ZaXAg=/documents/default-consent/approvals/48949e78-f899-4a05-960c-7bbd6f7f51be
When I run this api call, I get this returned result which doesn't help.
{
"code": 500,
"messageKey": "error.internal.default",
"technical": "error.eslx.approval.cantUpdateDefaultConsent [#d1fba692-0829-49d3-9a76-51a15716430d]",
"name": "Unhandled Server Error",
"message": "Unexpected error. We apologize for any inconvenience this may have caused you, please try again. If the problem persists, please contact our support team."
}
Is this something that I"m not going to be able to do?
Reply to: Remove approval from Default Consent
Wednesday, September 11, 2019 at 12:16pm