On this page

Cancel Create New Account Task

API-v2task::create_new_account::cancel

Use the task::create_new_account::cancel method to cancel a HD account creation task.

ParameterTypeRequiredDescription
task_idintegerThe identifying number returned when initiating the account creation process.

ParameterTypeDescription
resultstringIndicates task cancellation was successful.
errorstringAn error message to explain what went wrong.
error_pathstringAn indicator of the class or function which returned the error.
error_tracestringAn indicator of where in the source code the error was thrown.
error_typestringAn enumerated value for the returned error.
error_datastringThe input task ID which resulted in the error.

task::create_new_account::cancel

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