Remove a test from a group
Remove a test from a test group. Clears the group’s prepTestId if it pointed at the removed test. 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
