Skip signers
Skips all signers that have not yet signed and sets their status to Skipped,
which marks the whole package as Finished: the package then becomes available
for download without waiting for every signer. The package must be in the
pending-signing stage; whether any signer has already signed does not matter.
If the package was created with notifications enabled, all signers are notified that they can download the ended package.
When you skip signers through the API, no information about who skipped them is added to the audit proofs. Use the Add proof from external source call to record that yourself.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The target package's unique identifier A package's unique identifier
"00000000-0000-0000-0000-000000000000"
Response
OK