ResetRecipientInput
Reset a Recipient to pre-send status.
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
recipientId | ID! | Yes | — | Recipient to reset |
keepFormValues | Boolean | No | — | Keep completed form field values |
emailNewLink | Boolean | No | — | Re-send a new signing link by email |
Example
mutation ResetRecipient {
resetRecipient(input: {
recipientId: "cmVjLTEyMzQ="
keepFormValues: true
emailNewLink: true
})
}