Basic information
DELETE /{shopId}/categories/{categoryId}
Deletes a category identified by the provided category ID.
Authorisation
OAuth 2.0 Token required with scopes:
products_write
URI parameters
Name | Type | Description |
---|---|---|
shopId |
string |
The unique identifier of the shop. Required:
true
Example:
DemoShop
|
categoryId |
string |
Required:
true
|
Response
HTTP 204