Access denied to delete package
Wednesday, July 29, 2020 at 08:01amHi,
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));
This returns an HTTP status 500 along with the message: You don't have access rights to delete package with id: 0RvIIqv8uDjnT-vaytT6nomewWc=
This package has two signers in it. I noticed that if nobody signs the package, then the deletePackage() would allow me to delete it. But if at least one signer has signed the document, then it will give the access denied error message above. I create packages with multiple different types of senders, though I didn't see a way to specify a sender when deleting a package, nor why that would be required.
So my question is: is there any way to get around this? As long as the package is not completed, I'd like to be able to delete the package.
Thanks.
Reply to: Access denied to delete package
Wednesday, July 29, 2020 at 08:01amOh, one more thing I also tried is to change the package status back to draft mode, but the issue persisted.