---
title: "Delete a report step + its entries (legacy DELETE /reports/steps)"
method: DELETE
path: "/reports/steps"
tags: ["Reports"]
---

# Delete a report step + its entries (legacy DELETE /reports/steps)

`DELETE /reports/steps`

**Requires permission:** *ReportAdmins*

Removes the step, its entries and their mark grades. Port of the legacy v2 DeleteStep endpoint. Exposed at both /reports/step and /reports/steps (the Flutter setup editor and step viewer call the plural and singular forms respectively).

## Query parameters

- `stepId` integer, required

## Response `204`

Success - Deleted

## Other responses

- `400` — An Error Occurred - Could not delete step
- `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/28344aa564b4/schema)
