Delete a Postback by id

HTTP method

Endpoint

DELETE

/aff/v1/offer_postbacks/{postback_id}

Path parameters

Parameter

Description

postback_id

The unique id for the affiliate postback.

Example request

Request DELETE https://{networkname}.api.offerslook.com/aff/v1/offer_postbacks/51

Request DELETE http://{networkname}.api.offerslook.com/aff/v1/offer_postbacks/51

Example response

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

Last updated