> ## Documentation Index
> Fetch the complete documentation index at: https://docs.markifact.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Review Reply

> Deletes the business reply to a Business Profile review

Deletes the business reply to a Business Profile review. The review itself stays; only the reply is removed.

|                       |                                        |
| --------------------- | -------------------------------------- |
| **App**               | Google Business Profile                |
| **Operation ID**      | `business_profile_delete_review_reply` |
| **Type**              | Action                                 |
| **Connection**        | `business_profile` (required)          |
| **Credits per run**   | 1                                      |
| **Agent / MCP tool**  | Yes                                    |
| **Requires approval** | Yes (write operation)                  |

## Inputs

| Field       | Type                 | Required | Default | Description                                                                                                                                                          |
| ----------- | -------------------- | -------- | ------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `location`  | string or SelectItem | Yes      | -       | Select the Business Profile location the review belongs to, ask the user for it if not provided                                                                      |
| `review_id` | string               | No       | -       | ID of the review whose reply should be removed, from business\_profile\_list\_reviews (reviewId field). The review itself stays; only the business reply is deleted. |

### SelectItem

| Field   | Type   | Required | Default | Description                                                                                          |
| ------- | ------ | -------- | ------- | ---------------------------------------------------------------------------------------------------- |
| `value` | string | Yes      | -       | The value of the selectable item.                                                                    |
| `label` | string | Yes      | -       | The label of the selectable item, used for display purposes. If not provided, defaults to the value. |

## Output

**Type**: `Dict`

Returns the review whose reply was deleted.

**Fields**: `review_id`, `location_id`, `location_name`, `status`
