latestOpenAPI 3.0.32026-08-224982,0272.8 MB

e445c15e5bee

Transaction request

Delete signature shares on a transaction request.

Allows users to clear the signature shares on a transaction request. This will also set the state to pendingUserSignature. Use only with MPC wallets.

delete/api/v2/wallet/{walletId}/txrequests/{id}/signatureshares

Path parameters

walletIdstring required
Example:59cd72485007a239fb00282ed480da1f

The wallet ID.

idstring required
Example:59cd72485007a239fb00282ed480da1f

Response

OK

from'user' | 'backup' | 'bitgo' required
to'user' | 'backup' | 'bitgo' required
sharestring required

The signature share.

Example response

[
  {
    "from": "user",
    "to": "user"
  }
]