---
title: "Delete a review reply"
method: DELETE
path: "/v1/accounts/{accountId}/gmb-reviews/{reviewId}/reply"
tags: ["GMB Reviews"]
---

# Delete a review reply

`DELETE /v1/accounts/{accountId}/gmb-reviews/{reviewId}/reply`

Removes the business owner reply from a Google Business review. The review itself remains.

## Path parameters

- `accountId` string, required
- `reviewId` string, required

## Response `200`

Reply deleted successfully

- object
  - `success` boolean
  - `message` string
  - `platform` string

## Other responses

- `400` — Invalid request, non-GBP account, or account missing location metadata
- `401` — Unauthorized or token invalid (account must be reconnected)
- `404` — Resource not found
- `500` — Failed to delete reply

---

[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/1307bc21beec/schema)
