---
title: "Delete application state for an SBI, grant code and version"
method: DELETE
path: "/state"
tags: ["State"]
---

# Delete application state for an SBI, grant code and version

`DELETE /state`

## Query parameters

- `sbi` string, required
- `grantCode` string, required
- `grantVersion` union, required
  - string
  - integer

## Response `200`

State deleted

- StateDeleteResponse
  - `success` boolean, required
  - `deleted` boolean, required

## Other responses

- `400` — Validation error
- `404` — No state found for the given identifiers
- `500` — Failed to delete state

---

[API](https://skmtc.dev/defra/apis/grants-ui-backend-api.md) · [All operations](https://skmtc.dev/defra/apis/grants-ui-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/defra/grants-ui-backend-api/revisions/09665d03cacb/schema)
