Last updated 7 months ago
Deletes multisig preimage information for the passed address from the wallet.
Response to POST /v1/multisig/delete
const response = await fetch('https://algo.nownodes.io/v1/multisig', { method: 'DELETE', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "error": false, "message": "text" }