Multisig

Delete a multisig

delete

Deletes multisig preimage information for the passed address from the wallet.

Authorizations
Body

APIV1DELETEMultisigRequest is the request for DELETE /v1/multisig

addressstringOptional
wallet_handle_tokenstringOptional
wallet_passwordstringOptional
Responses
200
Response to POST /v1/multisig/delete
delete
DELETE /v1/multisig HTTP/1.1
Host: algo.nownodes.io
X-KMD-API-Token: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 72

{
  "address": "text",
  "wallet_handle_token": "text",
  "wallet_password": "text"
}
200

Response to POST /v1/multisig/delete

No content

Last updated