Integrazu Adverts

Unpublish Advert From Platform

Unpublish an advert from a specific platform.

Integrazu Endpoint: DELETE /api/vehicles/adverts/unpublish/{id}

Args: advert_id: Integrazu advert ID body: Platform name to unpublish from brand_id: Brand ID to fetch the correct Integrazu token

Returns: Unpublish operation response

Example payload:

{"platform": "autosapo_v2"}
delete/api/integrazu/adverts/unpublish/{advert_id}

Path parameters

advert_idinteger required

Query parameters

brand_idinteger required

Z_Brands.id for token lookup

Z_Brands.id for token lookup

Headers

x-api-tokenstring nullable

Request body

platformstring required

Platform name (standvirtual, olx, autosapo, etc.)

Example request

{
  "platform": "standvirtual"
}

Response

Successful Response

object required

Changes

No recorded changes to this endpoint across all 1 revision of this API.