post https://{hostname}/test-management/v2/functional/test-suites//associations/test-cases/dissociate
Removes a list of functional test cases from a test suite. If the test suite is locked, you can call this operation only if you have the owner or edit access. The operation responds with a partial-success 207 response that consists of two arrays, successes
and failures
. The successes
array lists unique identifiers of functional test cases removed successfully, whereas the failures
array provides details on any remainders that failed.
Remove test cases from a test suite
Open Recipe