Skip to main content
DELETE
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.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

test_id
string
required

Response

Successful Response