Skip to main content
DELETE
/
v1
/
workflows
/
runs
/
{run_id}
from retab import Retab

client = Retab()

client.workflows.runs.delete("run_abc123")
(empty body)
Delete a workflow run and its persisted step data. This is irreversible. If the run is still active, prefer Cancel Run — that records a clean cancelled outcome instead of removing the record entirely.
from retab import Retab

client = Retab()

client.workflows.runs.delete("run_abc123")
(empty body)

Authorizations

Api-Key
string
header
required

Path Parameters

run_id
string
required

Response

Successful Response