# Delete project scenario `DELETE` `/api/v1/carve/projects/{project_id}/scenarios/{scenario_id}` Permanently remove a scenario from the project. The scenario's results, conversation history, and overrides are deleted and cannot be recovered. Returns 409 if the scenario has a deploy job currently in progress. If the project is currently open in the browser, refresh the page to see the scenario removed. ## Path parameters | Name | Type | Required | Description | |------|------|----------|-------------| | project_id | string | yes | — | | scenario_id | string | yes | — | ## Response `200 OK` — `application/json` | Field | Type | Description | |-------|------|-------------| | scenario_id | string | — | | project_id | string | — | | message | string | — | ## Errors | Status | Description | |--------|-------------| | 403 | Forbidden | | 404 | Not Found | | 409 | Conflict | | 502 | Bad Gateway |