-
Notifications
You must be signed in to change notification settings - Fork 64
deleteAddress
AxVultis edited this page Nov 12, 2022
·
7 revisions
The deleteAddress method deletes a specified wallet address from the container.
JSON-RPC
{
"jsonrpc": "2.0",
"id": 3,
"method": "deleteAddress",
"params": {
"address": "ccx7Sh1w3q9jmrzw3XkKPRBa4ZB8mxp5rH4Rm4cWJgDYNNahMKoEuYxgTfHaWbAYRPdUhEXXEeKeEG7okKGHA8CZ3onHF7W6gc"
}
}
Request Details:
Argument | Mandatory | Description | Format |
---|---|---|---|
address | Yes | Address of a wallet that is a part of this container | string |
JSON-RPC
{
"jsonrpc": "2.0",
"id": 3,
"result": {
}
}
- Object not found - The wallet address does not exist in this container.
- Invalid address - The input address is not a valid Conceal wallet address.
- Parse error - Incorrect formatting, JSON, or quotation marks used.
© 2018-2023 Conceal Network. All rights reserved.
- Conceal API Reference
- General Methods
- Private Key Methods
- Wallet Address Methods
- Deposit Methods
- Transaction Methods
- Delayed Transaction Methods
- Wallet Export Methods