Delete all offer payout tier of the offer

HTTP method

Endpoint

DELETE

/v1/offers/{offer_id}/offer_events/{event_id}/offer_payout_tiers

Path parameters

Parameter

Description

offer_id

The unique id for the offer.

event_id

The unique id for the event.

Example request

Request DELETE https://{networkname}.api.offerslook.com/v1/offers/17/offer_events/1/offer_payout_tiers

Request DELETE http://{networkname}.api.offerslook.com/v1/offers/17/offer_events/1/offer_payout_tiers

Example response

    {
      "code": 0,
      "message": "Success",
      "data": {
        "offer_payout_tier": null
      }
    }

Last updated