removeFromBlocklist
This method removes an item from the Blocklist, identified by its ID.
Parameters
Parameter | Type | Optional | Description |
|---|---|---|---|
| String | No | the ID of the item in the Blocklist to be deleted |
Return value
This method returns a Boolean which is True if the operation was successful.
Example
Request:
{
"id": "0df7568c-59c1-48e0-a31b-18d83e6d9810",
"jsonrpc": "2.0",
"method": "removeFromBlocklist",
"params": {
"hashItemId" : "5b680f6fb1a43d860a7b23c1"
}
} Response:
{
"id": "0df7568c-59c1-48e0-a31b-18d83e6d9810",
"jsonrpc": "2.0",
"result": true
}