Delete affiliate apply

HTTP method

Endpoint

DELETE

/v1/pending_affiliates/{pending_id}

Note: Only approved Affiliates can be deleted.

Path parameters

Parameter

Description

pending_id

The unique id for the pending affiliate.

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