Delete the task of offer

Path parameters

Example request

Request DELETE https://{networkname}.api.offerslook.com/v1/offers/3147,4321/tasks

Request DELETE http://{networkname}.api.offerslook.com/v1/offers/3147,4321/tasks

Example response

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

Last updated