---
title: "Delete Incident"
method: DELETE
path: "/api/v1/incidents/{incident_id}"
tags: ["incidents"]
---

# Delete Incident

`DELETE /api/v1/incidents/{incident_id}`

Delete an incident by ID

## Path parameters

- `incident_id` integer, required

## Query parameters

- `reason` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/asksyllable/apis/syllablesdk.md) · [All operations](https://skmtc.net/asksyllable/apis/syllablesdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/asksyllable/syllablesdk/versions/ac3228f980bb/schema)
