Google

From Advice Local Wiki
Revision as of 00:03, 17 June 2025 by Harv (talk | contribs) (Created page with "== Delete a Client Google Image == Deletes a client and subsequently disables any active products associated with the client. === API Endpoint === <syntaxhighlight lang="html"...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delete a Client Google Image

Deletes a client and subsequently disables any active products associated with the client.

API Endpoint

http://p.lssdev.com/legacyclientimages/{client_id}/google/{image_id}

Example Request

DELETE /legacyclients/3201926/google/87891723141223213241232134 HTTP/1.1
Host: p.lssdev.com
x-api-token: YOUR_API_KEY
Content-Type: application/json

Example Response

{
    "status": 200,
    "success": true,
    "error": null,
}