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

client = Retab()

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

Documentation Index

Fetch the complete documentation index at: https://docs.retab.com/llms.txt

Use this file to discover all available pages before exploring further.

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

Query Parameters

access_token
string | null

Response

Successful Response