Delete a post back of the affiliate

HTTP method

Endpoint

DELETE

/v1/affiliate_postbacks/{postback_id}

Path parameters

Parameter

Description

postback_id

The unique id for the postback.

Example request

Request DELETE https://{networkname}.api.offerslook.com/v1/affiliate_postbacks/8

Request DELETE http://{networkname}.api.offerslook.com/v1/affiliate_postbacks/8

Example response

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

Last updated