Skip to content

Delete photo

Deletes a photo or media item from a GBP location.

DELETE /v1/accounts/{accountId}/gmb-media

Deletes a photo or media item from a GBP location.

Parameters

  • accountId (path, string) required

  • locationId (query, string) — Override which location to target. If omitted, uses the account's selected location. Use GET /gmb-locations to list valid IDs.

  • mediaId (query, string) required — The media item ID to delete

Responses

200 — Media deleted successfully

  • success (boolean)
  • deleted (boolean)
  • mediaId (string)

400 — Invalid request

  • error (string)
  • details (object)

401 — Unauthorized

  • error (string)
  • details (object)