---
title: "Delete an existing review."
method: DELETE
path: "/authoring/v1/review/{id}"
tags: ["Authoring review"]
---

# Delete an existing review.

`DELETE /authoring/v1/review/{id}`

Use the /review/{id} endpoint to delete an existing review in the database.
<br />User roles: admin, manager, editor

## Path parameters

- `id` string, required

## Response `200`

Successfully deleted the review that matches the ID that you provided.

## Other responses

- `404` — The review with ID {id} was not found.
- `409` — Unable to delete the review with the ID "{0}" because another user updated the review since it was last retrieved.
- `429` — Too Many Requests, the server has reached a limit, the request must be sent again at a later time.
- `503` — Unable to delete the review in the database as the service is unavailable. Try again later.
- `default` — Unexpected error.

---

[API](https://skmtc.net/goacoustic/apis/acoustic-content-api.md) · [All operations](https://skmtc.net/goacoustic/apis/acoustic-content-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/goacoustic/acoustic-content-api/versions/677305266d89/schema)
