Delete all platforms of a offer

HTTP method

Endpoint

DELETE

/v1/offers/{offer_id}/platforms

Delete all platforms of offer, default can push all information platforms.

Path parameters

Parameter

Description

offer_id

The unique id for the offer.

Example request

Request DELETE https://{networkname}.api.offerslook.com/v1/offers/3147/platforms

Example response

    {
      "code": 0,
      "message": "SUCCESS",
      "data": {
        "offer_platform": {
          "target": [

          ]
        }
      }
    }

Last updated