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.
Parameter | Type | Required | Description |
---|---|---|---|
task_id | integer | ✓ | The identifying number returned when initiating the account creation process. |
Parameter | Type | Description |
---|---|---|
result | string | Indicates task cancellation was successful. |
error | string | An error message to explain what went wrong. |
error_path | string | An indicator of the class or function which returned the error. |
error_trace | string | An indicator of where in the source code the error was thrown. |
error_type | string | An enumerated value for the returned error. |
error_data | string | The 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
}
}