FinTS standing-order deletion: gln standing-orders delete
Delete an existing standing order.
Synopsis
gln [global-options] standing-orders delete --file <path>
Options
| Argument or flag | Type | Required | Default | Description |
|---|---|---|---|---|
--file | path | yes | - | Shared standing-order JSON payload to delete. |
Description
Reads the JSON request file, opens the selected FinTS profile through the C API,
and submits gln_delete_standing_order. The request must include
the same shared payload fields as standing-orders modify, including
order_reference.
The command emits the standard schema-v2 envelope. TAN and VoP interruptions are returned as action-required envelopes with a continuation file.
Status and exit codes
| Status | Exit | Meaning | Continuation |
|---|---|---|---|
ok | 0 | The standing-order deletion was accepted. | - |
action_required | 10 | A TAN or VoP follow-up is required. | yes |
error | 1 | The request, profile, or backend call failed. | - |