Cancel a wallet share

delete/api/v2/{coin}/walletshare/{shareId}

Cancels a pending outgoing wallet share, or rejects an incoming share. The share must not have been accepted yet.

Path Parameters

  • coinstringRequired
    A cryptocurrency or token ticker symbol.
    Example: "btc"
  • shareIdstringRequired
    Example: "59cd72485007a239fb00282ed480da1f"
    Pattern: ^[0-9a-f]{32}$

200 Response

state string
New state of the wallet share after update
Allowed values: pendingapproval active accepted canceled rejected
Example: active
changed boolean