---
title: "Delete a review reply"
method: DELETE
path: "/reviews/{reviewId}/reply"
tags: ["Endpoints"]
---

# Delete a review reply

`DELETE /reviews/{reviewId}/reply`

Delete a reply to a review. **NB:** Because you can only have a single reply to a review you only need to provide the review id to delete it.

## Path parameters

- `reviewId` string, required

## Response `204`

The review reply was deleted.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/etrusted/apis/accounts-api.md) · [All operations](https://skmtc.net/etrusted/apis/accounts-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/etrusted/accounts-api/revisions/649ef7dac98c/schema)
