Organizations / Remove product category
Remove a product category from this organization.
Route: /api/sys/v{version:apiVersion}/organizations/{id}/product_categories/{entryId}
Method: DELETE
Authorisation: Minimum role: ADMIN
Request Arguments
| Name | Type | Source |
|---|---|---|
| id | Int32 | |
| entryId | Int32 |
Request body example
Response object
Response status: 200 (OK)
Response type: DTO_acknowledgement
Wrapper: DTO_response_wrap
Other response statuses: 404 (NotFound), 403 (Forbidden)
Response body example
DTO_acknowledgement
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| message | String | Message |