Method Name
public/deregister_session_key
public/deregister_session_key
Used for de-registering admin scoped keys. For other scopes, use /edit_session_key
.
Parameters
public_session_key
string
required
Session key in the form of an Ethereum EOA |
signed_raw_tx
string
required
A signed RLP encoded ETH transaction in form of a hex string (same as w3.eth.account.sign_transaction(unsigned_tx, private_key).rawTransaction.hex() ) |
wallet
string
required
Ethereum wallet address of account |
Response
id
string or integer
required
|
result
object
required
|
result.public_session_key
string
required
Session key in the form of an Ethereum EOA |
result.transaction_id
string
required
ID to lookup status of transaction |
Example
{request_example_shell}
{request_example_javascript}
{request_example_python}
The above command returns JSON structured like this:
{response_example_json}