Reject a pending signing workflow. The workflow is terminated, no signature is produced, and the rejection is recorded in the audit log.
| Parameter | Type | Required | Description |
|---|---|---|---|
workflowId | string (UUID) | Yes | Workflow ID returned from Sign data or Sign EIP-712 typed data (workflow) |
Returns the final signing workflow state after rejection.
| Field | Type | Description |
|---|---|---|
signingId | string | Signing request identifier |
workflowId | string | Workflow identifier |
status | string | Final status (DENIED) |
message | string | Rejection reason or status message |
signature | string | Signature (omitted for rejected workflows) |
messageHash | string | Hash of the signed message |
signerAddress | string | Address that produced the signature |
components | object | Signature components (r, s, v) |
approvalRequestId | string | Approval request ID |
requiredApprovers | number | Number of approvers required |
admin-actions:approve
Reject a pending signing workflow. The workflow is terminated, no signature is produced, and the rejection is recorded in the audit log.
| Parameter | Type | Required | Description |
|---|---|---|---|
workflowId | string (UUID) | Yes | Workflow ID returned from Sign data or Sign EIP-712 typed data (workflow) |
Returns the final signing workflow state after rejection.
| Field | Type | Description |
|---|---|---|
signingId | string | Signing request identifier |
workflowId | string | Workflow identifier |
status | string | Final status (DENIED) |
message | string | Rejection reason or status message |
signature | string | Signature (omitted for rejected workflows) |
messageHash | string | Hash of the signed message |
signerAddress | string | Address that produced the signature |
components | object | Signature components (r, s, v) |
approvalRequestId | string | Approval request ID |
requiredApprovers | number | Number of approvers required |
admin-actions:approve