Skip to main content
DELETE
/
wallets
/
{walletId}
/
signing-quorum
Clear a wallet's signing quorum override
curl --request DELETE \
  --url https://api.conduit.financial/v2/wallets/{walletId}/signing-quorum \
  --header 'x-api-key: <api-key>'
{
  "verificationUrl": "https://verify.conduit.financial/vrf_2xKjF9mQb7vN4hL1pR3w8t"
}

Authorizations

x-api-key
string
header
required

Path Parameters

walletId
string
required

Response

status
enum<string>
required

active when the change applied immediately; pending_approval when signer approval is required.

Available options:
active,
pending_approval
verificationUrl
string | null
required

URL for signers to approve the change when PENDING_APPROVAL, otherwise null.

Example:

"https://verify.conduit.financial/vrf_2xKjF9mQb7vN4hL1pR3w8t"