Skip to content

Delete an existing standing order.

Synopsis

gln [global-options] standing-orders delete --file <path>

Options

Argument or flagTypeRequiredDefaultDescription
--filepathyes-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

StatusExitMeaningContinuation
ok0The standing-order deletion was accepted.-
action_required10A TAN or VoP follow-up is required.yes
error1The request, profile, or backend call failed.-

See also