Full Reset
Resets the entire blockchain. This is a destructive operation that reinitializes the blockchain state. Requires admin password. This is a POST-only endpoint.
Request
POST /nxt?requestType=fullReset&adminPassword=<adminPassword>
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
adminPassword | string | Conditional | Admin password required if nxt.adminPassword is set. |
Response
{
"done": true
}