Delete static wallet
Static WalletsAPI REFERENCE
Delete static wallet
DELETE
/v1/static-wallets/{staticWalletId}Delete a static wallet. Its address stops being monitored and can no longer receive new deposits; previously recorded deposits are unaffected.
Example request
A minimal request you can copy and run.
curl -X DELETE https://api.suward.com/v1/static-wallets/<static_wallet_id> \ -H "X-Api-Key: $SUWARD_API_KEY"Path Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| staticWalletId | string | yes | Static wallet ID |