---
title: "Delete a specific status"
method: DELETE
path: "/status/{status_id}"
tags: ["Status"]
---

# Delete a specific status

`DELETE /status/{status_id}`

## Path parameters

- `status_id` integer, required

## Response `200`

Status deleted successfully

- object
  - `message` string

## Other responses

- `404` — Status not found
- `500` — Server error

---

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