Deletes a commodity category
Use this endpoint to remove a commodity category. The category must not have any commodities assigned to it.
Request Headers
| Header | Value | Required | Description |
|---|---|---|---|
| ECI-ApiKey | string | Yes | Your API key. See Authentication. |
| Content-Type | application/json | Yes | All requests must specify JSON content type. |
Path Parameters
| Name | Description | Type | Required |
|---|---|---|---|
| commodityCategoryId | Unique numeric identifier of the commodity category to delete | integer (int32) | Required |
Responses
204
No Content
The request succeeded. No content is returned in the response body.