Cancel signing invite
cancel_inviteCancel all pending signing invites on a document or document group by ID, with optional reason.
Instructions
Cancel all active (pending) signing invites on a document or document group.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_id | Yes | ID of the document or document group | |
| entity_type | No | Type of entity: 'document' or 'document_group' (optional). Auto-detected if not provided (tries document_group first). Pass explicitly to save one API call. | |
| reason | No | Optional reason for cancellation |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_id | Yes | Document or document group ID | |
| entity_type | Yes | Entity type: 'document' or 'document_group' | |
| status | Yes | Result status: 'cancelled' (invites were cancelled), 'invite_not_sent' (no active invite found), 'completed' (all signers already completed) | |
| cancelled_invite_ids | No | List of cancelled invite IDs (empty when status is not 'cancelled') | |
| cancelled_invite_type | No | Type of cancelled invites: 'field', 'freeform', or 'embedded' (populated only when status is 'cancelled') |