Skip to main content

offchain_localStorageClear

Clears an offchain local storage key. Requires administrative access to the node and is not available on shared public RPC.

Code Examples#

curl -X POST https://api-bittensor-mainnet.n.dwellir.com/YOUR_API_KEY \
+ -H 'Content-Type: application/json' \
+ -d '{"jsonrpc":"2.0","method":"offchain_localStorageClear","params":[],"id":1}'