HTTP method
Endpoint
DELETE
/v1/affiliates/{affiliate_id}/affiliate_tags/{tag_id}
Parameter
Description
affiliate_id
The unique id for the affiliate.
tag_id
The unique id for the tag.
Field
Type
id
integer
A string that uniquely identifies this tag.
A string that uniquely identifies this affiliate.
name
string
Name
Request DELETE https://{networkname}.api.offerslook.com/v1/affiliates/4909/affiliate_tags/41
Request DELETE http://{networkname}.api.offerslook.com/v1/affiliates/4909/affiliate_tags/41
Last updated 5 years ago
{ "code": 0, "message": "Success", "data": { "affiliate_tag": [ { "id": 17, "name": "Other", "affiliate_id": 4909 } ] } }