Remove a test from a group
Remove a test from a test group. The group’s prepTestId is left alone, because a preparation test does not have to be a member of the group it prepares. removed is true when a membership row was deleted, false when the test was not a member (idempotent).
Authentication
AuthorizationBearer
API key authentication using Bearer token format
Path parameters
groupId
Test group ID
testId
Test ID
Response
Idempotent removal result
groupId
testId
removed
Errors
400
Bad Request Error
401
Unauthorized Error
429
Too Many Requests Error
500
Internal Server Error
504
Gateway Timeout Error
