Enable ETH Task: Cancel
API-v2task::enable_eth::cancel
If you want to cancel the enabling process before it has completed, you can use this method.
Parameter | Type | Description |
---|---|---|
task_id | integer | The identifying number returned when initiating the enabling process. |
Parameter | Type | Description |
---|---|---|
result | string | Indicates task cancellation was succesful. |
error | string | An error message to explain what went wrong. |
error_path | string | An indicator of the class or function which reurned 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::enable_eth::cancel
POST
task::enable_eth::cancel{
"userpass": "RPC_UserP@SSW0RD",
"method": "task::enable_eth::cancel",
"mmrpc": "2.0",
"params": {
"task_id": 3
}
}