Delete a category of the network
Last updated
HTTP method
Endpoint
DELETE
/v1/offer_categories/{category_id}
Parameter
Description
category_id
The unique id for the category.
Request DELETE https://{networkname}.api.offerslook.com/v1/offer_categories/75
Request DELETE http://{networkname}.api.offerslook.com/v1/offer_categories/75
{
"code": 0,
"message": "Success",
"data": {
"offer_category": null
}
}Last updated