category_delete
Delete an ecommerce category by ID, returning orphaned products. Requires force parameter to confirm. Cannot delete categories that have child categories.
Instructions
Delete a category (DELETE /admin/api/ecommerce/v1/categories/{id}). Requires force=true. Products in the category are NOT deleted; they're orphaned from the category. Voog may reject if the category has child categories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| category_id | Yes | ||
| force | No |