Delete all tags of an affiliate

HTTP method

Endpoint

DELETE

/v1/affiliates/{affiliate_id}/affiliate_tags

Path parameters

Parameter

Description

affiliate_id

The unique id for the affiliate.

Example request

Request DELETE https://{networkname}.api.offerslook.com/v1/affiliates/4909/affiliate_tags

Request DELETE http://{networkname}.api.offerslook.com/v1/affiliates/4909/affiliate_tags

Example response

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

Last updated