Delete a tag of the affiliate

HTTP method

Endpoint

DELETE

/v1/affiliate_tags/{tag_id}

Path parameters

Parameter

Description

tag_id

The unique id for the tag.

Example request

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

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

Example response

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

Last updated