---
title: "Delete Text"
method: DELETE
path: "/v1/texts/{text_id}"
tags: ["Text Emotion API"]
---

# Delete Text

`DELETE /v1/texts/{text_id}`

Deletes a specific text and all associated emotion analysis data from the system.
This action is irreversible.

## Path parameters

- `text_id` string, required — The unique text ID of the text.

## Response `200`

Successful Response

- DeleteTextResponse — Response returned after deleting a text emotion analysis result.
  - `id` string, required
  - `status` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/imentiv/apis/welcome-to-imentiv-ai.md) · [All operations](https://skmtc.net/imentiv/apis/welcome-to-imentiv-ai/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/imentiv/welcome-to-imentiv-ai/revisions/350e9cbcb623/schema)
