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 symbol or token ticker symbol
    Example: "btc"
    Min length: >= 1 characters
  • shareIdstringRequired
    Example: "59cd72485007a239fb00282ed480da1f"
    Pattern: ^[0-9a-f]{32}$
    Min length: >= 1 characters

200 Response

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

401 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

404 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id