Cubewire LogoDeveloper
Support
Onboarding
Cubewire Developer Hub Logo
SOC 2 Compliant

Developer documentation and tools for Cubewire's digital wallet infrastructure. Built for developers, by developers.

developers@cubewire.com
TwitterGitHubDiscord

Developer Tools

  • API Documentation
  • API Reference

Resources

  • Documentation

Company

  • About
  • Contact

Legal

  • Privacy Policy
  • Terms of Service
© 2026 Cubewire. All rights reserved.
Developer Documentation Portal•Built with ♥ for developers
  1. Cubewire Wallet
  2. Manage Transactions
  3. Reject signing request

Reject signing request

Reject a pending signing workflow. The workflow is terminated, no signature is produced, and the rejection is recorded in the audit log.

Path Parameters

ParameterTypeRequiredDescription
workflowIdstring (UUID)YesWorkflow ID returned from Sign data or Sign EIP-712 typed data (workflow)

Response Fields

Returns the final signing workflow state after rejection.

FieldTypeDescription
signingIdstringSigning request identifier
workflowIdstringWorkflow identifier
statusstringFinal status (DENIED)
messagestringRejection reason or status message
signaturestringSignature (omitted for rejected workflows)
messageHashstringHash of the signed message
signerAddressstringAddress that produced the signature
componentsobjectSignature components (r, s, v)
approvalRequestIdstringApproval request ID
requiredApproversnumberNumber of approvers required

Use Cases

  • Deny unauthorized signing attempts
  • Cancel a signing request raised in error
  • Enforce compliance controls — reject when policy conditions are not met

Required Permission

admin-actions:approve

On this page

  • Path Parameters
  • Response Fields
  • Use Cases
  • Required Permission
  1. Cubewire Wallet
  2. Manage Transactions
  3. Reject signing request

Reject signing request

Reject a pending signing workflow. The workflow is terminated, no signature is produced, and the rejection is recorded in the audit log.

Path Parameters

ParameterTypeRequiredDescription
workflowIdstring (UUID)YesWorkflow ID returned from Sign data or Sign EIP-712 typed data (workflow)

Response Fields

Returns the final signing workflow state after rejection.

FieldTypeDescription
signingIdstringSigning request identifier
workflowIdstringWorkflow identifier
statusstringFinal status (DENIED)
messagestringRejection reason or status message
signaturestringSignature (omitted for rejected workflows)
messageHashstringHash of the signed message
signerAddressstringAddress that produced the signature
componentsobjectSignature components (r, s, v)
approvalRequestIdstringApproval request ID
requiredApproversnumberNumber of approvers required

Use Cases

  • Deny unauthorized signing attempts
  • Cancel a signing request raised in error
  • Enforce compliance controls — reject when policy conditions are not met

Required Permission

admin-actions:approve

On this page

  • Path Parameters
  • Response Fields
  • Use Cases
  • Required Permission