A valid request URL is required to generate request examplesDeletes the category specified by its category ID. This current version of the Categories API includes localizedContent to support multi-locale catalogs, which was not present in the previous API model. If you were a client prior to May 2024 and have upgraded your implementation to support this feature, you can still access category data that has not yet been rewritten to the new model by providing an x-api-version header set to “1”.
A valid request URL is required to generate request examplesJWT Authorization header using the Bearer scheme.
Unique identifier of the category that you want to delete.
If true, any subcategories of a category are deleted when this category is deleted. Otherwise only the given category is deleted. Default is false.
If true, category (and optionally subcategories) will be deleted even if there are products referecing them. Default is false.
If true, and child categories of the given category will be reassigned to the parent of the given category. Only applies if cascadeDelete is false. Default is false.
Success