For the complete documentation index, see llms.txt. This page is also available as Markdown.

Delete an execution

Delete an execution

delete

Removes an execution and its transactions. Allowed only for the wallet that owns the row, only in deletable statuses (CREATED, DEPOSIT_PENDING, OPERATION_PENDING, EXPIRED, DEPOSIT_FAILED, OPERATION_FAILED). SUCCESS rows cannot be deleted. Requires a signature over "delete_execution:" valid for the route wallet.

Path parameters
walletstringRequired

Origin wallet identifier.

executionIdstringRequired

Execution UUID.

Body
publicKeystringOptionalExample: ed25519:...
signaturestringOptionalExample: ed25519:... or secp256k1:...
Responses
200

OK

application/json
delete/api/v1/executions/{wallet}/{executionId}

Last updated