Delete an affiliate of the tier

Path parameters

Response body parameters

Example request

Request DELETE https://{networkname}.api.offerslook.com/v1/offer_payout_tiers/27/affiliates/3

Request DELETE http://{networkname}.api.offerslook.com/v1/offer_payout_tiers/27/affiliates/3

Example response

    {
      "code": 0,
      "message": "Success",
      "data": {
        "offer_payout_tier_affiliate": [
          {
            "tier_id": 27,
            "affiliate_id": 4
          },
          {
            "tier_id": 27,
            "affiliate_id": 5
          },
          {
            "tier_id": 27,
            "affiliate_id": 6
          }
        ]
      }
    }

Last updated