Delete a category of the network

Path parameters

Example request

Request DELETE https://{networkname}.api.offerslook.com/v1/offer_categories/75

Request DELETE http://{networkname}.api.offerslook.com/v1/offer_categories/75

Example response

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

Last updated