Documentation Index
Fetch the complete documentation index at: https://mintlify.com/MarcoAbundio/furniture_api_rest/llms.txt
Use this file to discover all available pages before exploring further.
Delete Category
Permanently delete a category from the system. Note that deleting a category with subcategories will also remove all its subcategories due to cascade deletion.Endpoint
Path Parameters
The unique identifier of the category to delete
Response
Returns no content on successful deletion.Status Codes
204- Category successfully deleted (no content returned)404- Category not found
Important Notes
Consider deactivating a category (using the update endpoint with
isActive: false) instead of deleting it if you want to preserve historical data.