Delete a category of the network

HTTP method

Endpoint

DELETE

/v1/offer_categories/{category_id}

Path parameters

Parameter

Description

category_id

The unique id for the category.

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