On this page

Cancel Account Balance Task

API-v2task::account_balance::cancel

Use the task::account_balance::cancel method to cancel an account balance request.

ParameterTypeRequiredDescription
task_idintegerThe identifying number returned when initiating the task.

ParameterTypeDescription
errorstringDescription of the error
error_datastringAdditonal context for the error type
error_pathstringUsed for debugging. A reference to the function in code base which returned the error
error_tracestringUsed for debugging. A trace of lines of code which led to the returned error
error_typestringAn enumerated error identifier to indicate the category of error
resultstringReturns with value success when successful, otherwise returns the error values below

Account Balance Cancel

POST
task::account_balance::cancel
{
  "userpass": "RPC_UserP@SSW0RD",
  "mmrpc": "2.0",
  "method": "task::account_balance::cancel",
  "params": {
    "task_id": 3,
    "forget_if_finished": false
  }
}