Tests
Delete Workflow Test
Delete a workflow test.
Identified by test_id. Returns 204 on success and 404 if no test with
that ID exists.
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.