Delete an Item Category

DELETE/api/item-categories/{id}

Headers

FieldTypeDescription
authtoken String Authentication token, generated from admin area

Parameters

FieldTypeDescription
id Number Item Category unique ID
curl -X DELETE "https://yoursite.com/api/item-categories/123" \
  -H "authtoken: YOUR_API_TOKEN"
MethodDELETE
Path/api/item-categories/{id}
GroupItem Categories
Sincev1.0.0
Defined inRestApi/Controllers/ItemCategoriesController.php