clear_orders_history
Clear OctoBot's stored orders history permanently to free up space and safeguard transaction privacy; requires explicit confirmation to prevent accidental deletion.
Instructions
Permanently clear OctoBot's stored orders history. Confirm-gated (ADR-0003).
If confirm is not exactly true, no OctoBot call is made at all --
this returns require_confirmation's structured refusal (a normal
return, not an error) instead.
Once confirmed, maps to POST /api/clear_orders_history ([V],
re-confirmed against source this session -- see this module's
docstring). Returns OctoBot's own JSON body unchanged (NFR-8):
{"title": "Cleared orders history"}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No |