I am using embedded signing via template and rest API. Using template, I am creating a contract and presenting it in iFrame for signing to the customer.
I have a requirement to hide 'Decline to Sign' option from the DocuSign contract so the customer can’t decline it.
In code I added setEnableWetSign("false") which is hiding 'Print and Sing' option only. and I could not find any other API method for hiding 'Decline to Sign'.
Could you please tell me if any API available to do this or any template or account level setting required?