---
title: "Delete review reply"
method: DELETE
path: "/v1/inbox/reviews/{reviewId}/reply"
tags: ["Reviews"]
---

# Delete review reply

`DELETE /v1/inbox/reviews/{reviewId}/reply`

Delete a reply to a review (Google Business only). Requires accountId in request body.

## Path parameters

- `reviewId` string, required

## Request body

- object
  - `accountId` string, required

## Response `200`

Reply deleted

- object
  - `status` string
  - `message` string
  - `platform` string

## Other responses

- `401` — Unauthorized
- `403` — Inbox addon required

---

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