---
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 Profile 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-Google Business Profile account, or account missing location metadata
- `401` — Unauthorized or token invalid (account must be reconnected)
- `404` — Resource not found
- `500` — Failed to delete reply

## Changes

- **2026-09-16** `3e6ddf2a99ea` — 3 info
  - added the optional property `details/budgetScope` to the response with the `400` status
  - added the optional property `details/budgetScope` to the response with the `401` status
  - added the optional property `details/budgetScope` to the response with the `500` status
- **2026-09-15** `0dba7d004d75` — 6 info
  - added the optional property `details/quotaExhausted` to the response with the `400` status
  - added the optional property `details/quotaExhausted` to the response with the `401` status
  - added the optional property `details/quotaExhausted` to the response with the `500` status
  - added the optional property `details/quotaScope` to the response with the `400` status
  - …2 more

[Change history](https://skmtc.dev/zernio/apis/zernio-api/changes/v1/accounts/:accountId/gmb-reviews/:reviewId/reply/delete.md)

---

[API](https://skmtc.dev/zernio/apis/zernio-api.md) · [All operations](https://skmtc.dev/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc.dev/zernio/apis/zernio-api/revisions/eded32b62823?raw)
