Skip to main content

ResetRecipientInput

Reset a Recipient to pre-send status.

Fields

FieldTypeRequiredDefaultDescription
recipientIdID!YesRecipient to reset
keepFormValuesBooleanNoKeep completed form field values
emailNewLinkBooleanNoRe-send a new signing link by email

Example

mutation ResetRecipient {
resetRecipient(input: {
recipientId: "cmVjLTEyMzQ="
keepFormValues: true
emailNewLink: true
})
}

Export This Article

Save a copy of this page as PDF or plain text.