Method Name
public/deregister_session_key
public/deregister_session_keyUsed for de-registering admin scoped keys. For other scopes, use /edit_session_key.
Parameters
| public_session_keystringrequired Session key in the form of an Ethereum EOA |
| signed_raw_txstringrequired 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()) |
| walletstringrequired Ethereum wallet address of account |
Response
| idstring or integerrequired |
| resultobjectrequired |
| result.public_session_keystringrequired Session key in the form of an Ethereum EOA |
| result.transaction_idstringrequired 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}