---
title: "Delete action link"
method: DELETE
path: "/v1/accounts/{accountId}/gmb-place-actions"
tags: ["GMB Place Actions"]
---

# Delete action link

`DELETE /v1/accounts/{accountId}/gmb-place-actions`

Deletes a place action link (e.g. booking or ordering URL) from a GBP location.

## Path parameters

- `accountId` string, required

## Query parameters

- `locationId` string
- `name` string, required

## Response `200`

Place action deleted successfully

- object
  - `success` boolean
  - `deleted` boolean
  - `name` string

## Other responses

- `400` — Invalid request
- `401` — Unauthorized

---

[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)
