Remove a test from a group

View as Markdown

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

groupIdstringRequiredformat: "uuid"
Test group ID
testIdstringRequiredformat: "uuid"
Test ID

Response

Idempotent removal result
groupIdstringformat: "uuid"
testIdstringformat: "uuid"
removedboolean

Errors

400
Bad Request Error
401
Unauthorized Error
429
Too Many Requests Error
500
Internal Server Error
504
Gateway Timeout Error