---
title: "Delete a text check"
method: DELETE
path: "/api/v1/text/{textId}"
tags: ["Individuals"]
---

# Delete a text check

`DELETE /api/v1/text/{textId}`

Mark a single text check as deleted. The record remains in storage but is hidden from normal API results.

## Path parameters

- `textId` integer, required

## Response `200`

The request succeeded.

- object
  - `success` boolean

## Other responses

- `403` — Authentication or authorization failed because the token is missing, invalid, blocked, or not allowed to access the resource.
- `404` — The requested resource was not found.

---

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