On this page

Cancel SIA Activation

API-v2task::enable_sia::cancel

This method cancels an ongoing SIA activation task.

ParameterTypeRequiredDescription
task_idintegerThe ID of the activation task to cancel.

The response indicates if the task was successfully cancelled.

Cancel SIA Activation

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