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

client = Retab()

client.workflows.tests.delete(
    test_id="wfnodetest_hsLEQiM61ez9Piv147MWk",
)
HTTP/1.1 204 No Content
Delete a workflow test. Returns 204 on success. Run records associated with the deleted test are kept in the run-records collection (they remain queryable by run_record_id if you cached one) but no longer surface from the test’s runs endpoint.
from retab import Retab

client = Retab()

client.workflows.tests.delete(
    test_id="wfnodetest_hsLEQiM61ez9Piv147MWk",
)
HTTP/1.1 204 No Content

Authorizations

Api-Key
string
header
required

Path Parameters

test_id
string
required

Response

Successful Response