cURL
Citations
Disable Citations
Disables citations for a location through the GMBapi citations service. Only locations whose citations_status is ACTIVE can be disabled; other states return 409 NOT_ACTIVE. The endpoint requires the location to have been previously activated and to have the corresponding citations identifiers stored. Subject to the same per-billing-account hourly quota as /citations/activate.
POST
cURL
Submits a citations disable request for a single location through the GMBapi citations service. Only locations whose
The
citations_status is ACTIVE can be disabled; any other state returns 409 NOT_ACTIVE.
Requires citations API access on the billing account. The location must have been previously activated and have the corresponding citations identifiers stored before it can be disabled.
account_id query parameter follows the rest of the external API: required for organization-level tokens, ignored for account-level tokens (resolved from the JWT).Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Account ID. Required when using an organization token; ignored for account-level tokens (resolved from the JWT).
Body
application/json
Location ID to disable citations for