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

client = Retab()

client.workflows.experiments.delete(
    experiment_id="exp_abc",
)
Permanently delete an experiment along with all its runs and per-document results. Returns 409 if any run is still pending or running. Cancel the in-flight run with Cancel Experiment Run first.
from retab import Retab

client = Retab()

client.workflows.experiments.delete(
    experiment_id="exp_abc",
)

Authorizations

Api-Key
string
header
required

Path Parameters

experiment_id
string
required

Response

Successful Response