Delete a Postback by id
Last updated
HTTP method
Endpoint
DELETE
/aff/v1/offer_postbacks/{postback_id}
Parameter
Description
postback_id
The unique id for the affiliate postback.
Request DELETE https://{networkname}.api.offerslook.com/aff/v1/offer_postbacks/51
Request DELETE http://{networkname}.api.offerslook.com/aff/v1/offer_postbacks/51
{
"code": 0,
"message": "Success",
"data": {
"affiliate_postback": null
}
}Last updated