delete_order_note
Delete a note from a WooCommerce order permanently. Provide the order ID and note ID to remove the note.
Instructions
Delete a note from an order. This permanently removes the note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Note ID | |
| force | No | Must be true to permanently delete the note | |
| fields | No | Comma-separated fields to return in response | |
| order_id | Yes | Order ID |