Delete an affiliate blocked of the affiliate
HTTP method
Endpoint
DELETE
/v1/affiliate_blocks/{affiliate_block_id}
Path parameters
Parameter
Description
affiliate_block_id
The unique id for the block.
Example request
Request DELETE https://{networkname}.api.offerslook.com/v1/affiliate_blocks/138
Request DELETE http://{networkname}.api.offerslook.com/v1/affiliate_blocks/138
Example response
{
"code": 0,
"message": "Success",
"data": {
"affiliate_block": null
}
}
Last updated
Was this helpful?