Cancel SIA Activation
API-v2task::enable_sia::cancel
This method cancels an ongoing SIA activation task.
| Parameter | Type | Required | Description |
|---|---|---|---|
| task_id | integer | ✓ | The 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
}
}