category_delete
Delete an ecommerce category. Products are orphaned, not removed; use force=true to proceed. Cannot delete categories with 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 | ||
| force | No | ||
| category_id | Yes |