delete_order
Remove an order from WooCommerce. Use force=true to permanently delete instead of moving to trash.
Instructions
Delete an order. Moves to trash by default; set force=true to permanently delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Order ID | |
| force | No | True to permanently delete | |
| fields | No | Comma-separated fields to return in response |