---
title: "Replace Business Profile Services"
method: POST
path: "/v2/gbp/replace-services/"
tags: ["Google Business Profile"]
---

# Replace Business Profile Services

`POST /v2/gbp/replace-services/`

Replace the entire service list on a connected Google Business Profile.

**This endpoint requires confirmation.** Everything not present in the list you send is discarded and cannot be recovered. You must send `confirm=REPLACE_SERVICES` or the request is rejected with `GBP_CONFIRMATION_REQUIRED` and nothing is changed.

An empty list is rejected. To clear every service, clear `serviceItems` through **POST /v2/gbp/update-location/**.

Array parameters are sent as form fields, not as JSON. Index each entry, for example `services[0][name]=Drain cleaning`. A JSON request body is not read.

## Response `200`

Successful response

- object
  - `code` integer
  - `code_desc` union
    - string
    - boolean
  - `success` boolean
  - `message` union
    - string
    - boolean
  - `parameters` object
  - `data` object

## Other responses

- `400` — The request was malformed or missing required parameters.
- `401` — The API key is missing, invalid, or does not have permission for the requested resource.
- `429` — You have exceeded the rate limit. Please wait before making additional requests.
- `500` — An unexpected error occurred on the server. Please try again later.

## Changes

- **2026-09-02** `ad66f8884700` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/localfalcon/apis/local-falcon-api/changes/v2/gbp/replace-services/post.md)

---

[API](https://skmtc.dev/localfalcon/apis/local-falcon-api.md) · [All operations](https://skmtc.dev/localfalcon/apis/local-falcon-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/localfalcon/local-falcon-api/revisions/ad66f8884700/schema)
