Zernio
Zernio
API Reference

Google Business Profile

Reviews

Get reviewsGETGet a reviewGETBatch get reviewsPOSTReply to a reviewPOSTDelete a review replyDELETE

Food Menus

Get food menusGETUpdate food menusPUT

Location Details

Get location detailsGETUpdate location detailsPUT

Services

Get servicesGETReplace servicesPUT

Verification

Get verification stateGETFetch verification optionsPOSTStart a verificationPOSTComplete a verificationPOST

Media

List mediaGETUpload photoPOSTDelete photoDELETE

Attributes

Get attributesGETUpdate attributesPUTGet attribute metadataGET

Place Actions

List action linksGETCreate action linkPOSTUpdate action linkPATCHDelete action linkDELETE
Dashboard
llms.txtOpenAPI
OverviewPlatformsAPI ReferenceResources
Google Business Profile

Delete action link

Deletes a place action link (e.g. booking or ordering URL) from a Google Business Profile location.


DELETE
/v1/accounts/{accountId}/gmb-place-actions

Authorization

bearerAuth
AuthorizationBearer <token>

API key authentication: send your Zernio API key in the Authorization header, prefixed with Bearer.

In: header

Path Parameters

accountId*string

Query Parameters

locationId?string

Override which location to target. If omitted, uses the account's selected location. Use GET /gmb-locations to list valid IDs.

name*string

The resource name of the place action link (e.g. locations/123/placeActionLinks/456)

Response Body

application/json

application/json

application/json

{  "success": true,  "deleted": true,  "name": "string"}
Was this page helpful?

Update action link

Updates a place action link (change URL or action type). Only the fields included in the request body will be updated.

Get Discord account settings

Returns the current Discord account settings including webhook identity (display name and avatar), connected channel, and guild information.