Delete affiliate apply

Note: Only approved Affiliates can be deleted.

Path parameters

Example request

Request DELETE https://{networkname}.api.offerslook.com/v1/pending_affiliates/2

Request DELETE http://{networkname}.api.offerslook.com/v1/pending_affiliates/2

Example response

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

Last updated