---
title: "Delete AI detection checks"
method: DELETE
path: "/api/v1/chat-gpt/"
tags: ["AI Detection"]
---

# Delete AI detection checks

`DELETE /api/v1/chat-gpt/`

Mark one or more AI detection checks as deleted so they no longer appear in the user's cabinet. Send the IDs as an array form field named `id[]`.

`id[]` is required: a missing or empty `id[]` is rejected with `400` rather than reported as a successful deletion.

Every submitted ID must be a positive integer identifying a standalone AI check (`type` 3, not attached to a text check) that is not already deleted, and the authenticated user must be allowed to delete it. Deleting an already-deleted check answers `404` and leaves its original deletion date untouched. Nothing is deleted unless every submitted ID passes these checks. Deleted checks are no longer returned by `GET /api/v1/chat-gpt/{id}/` or listed by `GET /api/v1/documents/`.

## 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.

## Changes

- **2026-09-02** `1a501411f755` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/plagiarismcheck/apis/plagiarismcheck-org-api/changes/api/v1/chat-gpt/delete.md)

---

[API](https://skmtc.dev/plagiarismcheck/apis/plagiarismcheck-org-api.md) · [All operations](https://skmtc.dev/plagiarismcheck/apis/plagiarismcheck-org-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/plagiarismcheck/plagiarismcheck-org-api/revisions/1a501411f755/schema)
