v1

latestSwagger 2.02026-08-06114111152.5 KB
Codeless suites

Remove a test from a Codeless suite

Detaches a single Codeless test from a suite. The test itself is preserved.

delete/v1/labsuites/{id}/tests/{testid}

Path parameters

idinteger required

Numeric suite ID.

testidinteger required

Numeric Codeless test ID to detach.

Response

Remove a test from a Codeless suite

successboolean required

Whether the operation succeeded.

errorsobject required

Validation errors keyed by field name. Only present when success is false.

errorstring required

Single human-readable reason, used by the older endpoints in place of errors. Only present when success is false.