Skip to content

deleteAddress

AxVultis edited this page Nov 12, 2022 · 7 revisions

The deleteAddress method deletes a specified wallet address from the container.

Request Format

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

Response Format

JSON-RPC

 {
  "jsonrpc": "2.0",
  "id": 3,
  "result": {
  }
}

Possible Errors

  • 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.
Clone this wiki locally