Tools Catalog / WooCommerce tools / wc_delete_order_note

wc_delete_order_note tool reference for StifLi Flex MCP

Write
Group Orders, notes and refundsCapability edit_shop_orders

deletes an order note.

Description

deletes an order note.

What it is for

  • Cleaning incorrect notes.

Example use case

removing an accidental note.

Sample prompt

Delete order note ID 889 for order ID 5501 because it was added by mistake.

Sample response

{
  "tool": "wc_delete_order_note",
  "status": "ok",
  "updated": true
}

What does wc_delete_order_note do?

deletes an order note.

Does wc_delete_order_note modify store data?

Yes. It is a write operation and can create, update, or delete data depending on arguments.

Which capability is commonly required?

It usually runs under controls compatible with edit_shop_orders and the active MCP profile.

How should wc_delete_order_note be used safely?

Enable write confirmations, test in staging first, and keep changelog/rollback enabled.