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