---
title: "Delete state with ID"
method: DELETE
path: "/api/state/{id}"
tags: ["State"]
---

# Delete state with ID

`DELETE /api/state/{id}`

## Path parameters

- `id` integer, required

## Response `200`

Success

- State
  - `id` integer — State ID
  - `country_id` integer — Country ID
  - `name` string — State name
  - `abbreviation` string — Name Abbreviation
  - `ibge_code` string — IBGE code
  - `created_at` string — Creation date
  - `updated_at` string — Update date

---

[API](https://skmtc.dev/portabilis/apis/api-i-educar.md) · [All operations](https://skmtc.dev/portabilis/apis/api-i-educar/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/portabilis/api-i-educar/revisions/c724afebc397/schema)
