-
Print
-
DarkLight
DELETE /categories/{id}
Deletes the category with the given ID
Header
Parameter | Type | Description |
---|---|---|
api_token | string | You can get the REST API from Settings > Advanced > API tokens. |
Route Parameters
Parameter | Required | Type | Description |
---|---|---|---|
id | Yes | string | The ID of the category |
Response
If 'success' returns true status, then it indicates that the record has been deleted.
{
"extension_data": null,
"context": null,
"success": true,
"errors": [],
"warnings": [],
"information": []
}
Was this article helpful?