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

client = Retab()

client.workflows.delete("wf_abc123xyz")
(empty body)
Delete a workflow and every entity it owns: blocks, edges, snapshots, and persisted runs. This is irreversible. Workflow runs that are still pending or running are cancelled before deletion.
from retab import Retab

client = Retab()

client.workflows.delete("wf_abc123xyz")
(empty body)

Authorizations

Api-Key
string
header
required

Path Parameters

workflow_id
string
required

Response

Successful Response