---
title: "Remove a review"
method: DELETE
path: "/reviews/{reviewId}"
tags: ["reviews : Find and modify reviews "]
---

# Remove a review

`DELETE /reviews/{reviewId}`

- Only the review author is able to remove their review

## Path parameters

- `reviewId` string, required

## Query parameters

- `userId` string, required
- `userAccountId` string

## Other responses

- `400` — Bad Request - Required parameters are missing, malformed or invalid

---

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