Delete the thumbnail of the offer

Path parameters

Example request

Request DELETE https://{networkname}.api.offerslook.com/v1/offers/23/thumbnails

Request DELETE http://{networkname}.api.offerslook.com/v1/offers/23/thumbnails

Example response

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

Last updated