---
title: "Delete organization text"
method: POST
path: "/api/org/text/delete/{id}/"
tags: ["Organizations"]
---

# Delete organization text

`POST /api/org/text/delete/{id}/`

Mark an organization text check as deleted. The text must belong to the group authorized by `group_token`; already deleted texts return a business-rule error.

## Path parameters

- `id` integer, required

## Response `200`

The request succeeded.

- object
  - `success` boolean

## Other responses

- `400` — The request is invalid. Check required fields, field formats, and resource ownership.
- `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)
