Delete a category
Categories
Delete a category
Delete a product category by id, detaching it from any assigned products. Requires the WRITE_CATEGORIES scope.
DELETE
Delete a category
Deletes a category within the store; any products assigned to it are detached and the response reports how many were detached. The store is bound to your app token server-side — never send a shop id.
Authorizations
Installed-app access token (prefix app_), issued by the OAuth install flow. The store is bound to the token server-side — never send a shop id.
Path Parameters
The category id.
Response
The category was deleted; reports how many products were detached.

