Remove a test from a group

View as Markdown

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

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