---
title: "Delete a single report entry (admin)"
method: DELETE
path: "/reports/steps/staff/entry/{entryId}"
tags: ["Reports"]
---

# Delete a single report entry (admin)

`DELETE /reports/steps/staff/entry/{entryId}`

**Requires permission:** *ReportAdmins*

Removes one report entry (by id) along with its mark grades and any AI-correction records. Report-admin only; used by the report entry screen's admin delete action.

## Path parameters

- `entryId` integer, required

## Response `204`

Success - Deleted

## Other responses

- `400` — An Error Occurred - Could not delete
- `401` — Unauthorized
- `403` — Forbidden

---

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