---
title: "Delete extension report"
method: DELETE
path: "/api/v1/extension/reports/{id}/"
tags: ["Extension Reports"]
---

# Delete extension report

`DELETE /api/v1/extension/reports/{id}/`

Permanently delete one Integrito report-data record. Returns `403` if the record exists but belongs to another user's text. Returns `404` if no record with the given ID exists.

## 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/revisions/034b4999350e/schema)
