Cancel Account Balance Task
API-v2task::account_balance::cancel
Use the task::account_balance::cancel
method to cancel an account balance request.
Parameter | Type | Required | Description |
---|---|---|---|
task_id | integer | ✓ | The identifying number returned when initiating the task. |
Parameter | Type | Description |
---|---|---|
error | string | Description of the error |
error_data | string | Additonal context for the error type |
error_path | string | Used for debugging. A reference to the function in code base which returned the error |
error_trace | string | Used for debugging. A trace of lines of code which led to the returned error |
error_type | string | An enumerated error identifier to indicate the category of error |
result | string | Returns 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
}
}