Appearance
Delete action link
Deletes a place action link (e.g. booking or ordering URL) from a GBP location.
DELETE /v1/accounts/{accountId}/gmb-place-actions
Deletes a place action link (e.g. booking or ordering URL) from a GBP location.
Parameters
accountId(path, string) requiredlocationId(query, string) — Override which location to target. If omitted, uses the account's selected location. Use GET /gmb-locations to list valid IDs.name(query, string) required — The resource name of the place action link (e.g. locations/123/placeActionLinks/456)
Responses
200 — Place action deleted successfully
success(boolean)deleted(boolean)name(string)
400 — Invalid request
error(string)details(object)
401 — Unauthorized
error(string)details(object)