13 results matched your search criteria
Forum topic
OneSpan Sign
Hey team,
We want to delete a sender and re-invited to another account. But when I called the API below:
HTTP Request
DELETE /api/account/senders/{senderId}
HTTP Headers
Accept: application/json
Content-Type: application/json
Authorization: Basic api_key
The sender wasn't successfully deleted.
Forum topic
OneSpan Sign
Hi,
our client tried to delete account in the Owner account via Sender UI, after he clicked 'x' (delete) button, nothing happened in the GUI, but we found there is error in the log, any idea?
Forum topic
OneSpan Sign
I'm unable to remove a sender from our sandbox account. I'm able to log in as the account that i want removed and I've verified that there aren't any transactions. I've deleted them all and I don't see any drafts or archived transactions either. Whenever I try to delete from the
Forum topic
OneSpan Sign
We are unable to find delete and update related API method call for sender
account in eSignLive documentation.
We have refereed this page of documentation:
http://docs.e-signlive.com/doku.php?id=esl:api:e-signlive_account#get_accoun
Please also provide information how we can suspend sender account
Forum topic
OneSpan Sign
Hi,
I'm having an issue when trying to use the delete feature to permanently delete a package.
Using the Java SDK, I simply execute the following line.
eslClient.getPackageService().deletePackage(new PackageId(packageId));
Forum topic
OneSpan Sign
Hi,
what are the best practices when it comes to managing senders that no longer work for the business?
Do you delete them from the system?
If yes, how does it affect the existing docs they were senders at?
Thanks,
Forum topic
OneSpan Sign
Hello,
I'm looking for a way to unlock a sender through the Java SDK.
Forum topic
OneSpan Sign
I use following method to update senders info:
eslClient.AccountService.UpdateSender(info, senderid);
The problem is that once this is done sender is inactive and invitation needs to be sent to a sender.
Is there a way to activate sender immediately after update?
I think there is another option.
Forum topic
OneSpan Sign
I have inherited a small (and incomplete) application from a former developer at my company that uses v11.5 of the .Net SDK to manage senders for our account. Recently we used the app to delete a sender via a call to AccountService.DeleteSender().