curl --request DELETE \
--url http://localhost:8000/api/v1/local-seo/locations/{location_id}/company \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"title": "<string>",
"store_code": "<string>",
"maps_uri": "<string>",
"storefront_address": {
"region_code": "<string>",
"language_code": "<string>",
"postal_code": "<string>",
"administrative_area": "<string>",
"locality": "<string>",
"sublocality": "<string>",
"address_lines": [
"<string>"
]
}
}curl --request DELETE \
--url http://localhost:8000/api/v1/local-seo/locations/{location_id}/company \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"title": "<string>",
"store_code": "<string>",
"maps_uri": "<string>",
"storefront_address": {
"region_code": "<string>",
"language_code": "<string>",
"postal_code": "<string>",
"administrative_area": "<string>",
"locality": "<string>",
"sublocality": "<string>",
"address_lines": [
"<string>"
]
}
}The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
Google identifier for this location
Location name
External identifier for this location
A link to the location on Maps
1 - 2083Physical address of the storefront
Show child attributes