google business profile
Delete photo
Deletes a photo or media item from a GBP location.
AuthorizationBearer <token>
API key authentication - use your Late API key as a Bearer token
In: header
Path Parameters
accountIdstring
Query Parameters
mediaIdstring
The media item ID to delete
Response Body
application/json
application/json
application/json
curl -X DELETE "https://getlate.dev/api/v1/accounts/string/gmb-media?mediaId=string"{
"success": true,
"deleted": true,
"mediaId": "string"
}{
"error": "string",
"details": {}
}{
"error": "string",
"details": {}
}Upload photo POST
Creates a media item (photo) for a location from a publicly accessible URL. Categories determine where the photo appears: COVER, PROFILE, LOGO, EXTERIOR, INTERIOR, FOOD_AND_DRINK, MENU, PRODUCT, TEAMS, ADDITIONAL.
Get attributes GET
Returns GBP location attributes (amenities, services, accessibility, payment types). Available attributes vary by business category.