Delete a payout of the affiliate
HTTP method
Endpoint
DELETE
/v1/affiliate_payouts/{payout_id}
Path parameters
Parameter
Description
payout_id
The unique id for the payout.
Example request
Request DELETE https://{networkname}.api.offerslook.com/v1/affiliate_payouts/100
Request DELETE http://{networkname}.api.offerslook.com/v1/affiliate_payouts/100
Example response
{
"code": 0,
"message": "Success",
"data": {
" affiliate_payout ": null
}
}
Last updated
Was this helpful?