# Reset scenario account sheet `POST` `/api/v1/carve/projects/{project_id}/scenarios/{scenario_id}/account-sheet/reset` Updates the scenario so it runs against the current account sheet. Any existing carve results for this scenario will no longer be accessible. ## Path parameters | Name | Type | Required | Description | |------|------|----------|-------------| | project_id | string | yes | — | | scenario_id | string | yes | — | ## Response `200 OK` — `application/json` | Field | Type | Description | |-------|------|-------------| | project_id | string | — | | scenario_id | string | — | ## Errors | Status | Description | |--------|-------------| | 403 | Forbidden | | 404 | Not Found | | 502 | Bad Gateway |