v4

latestOpenAPI 3.1.02026-08-0845469231.8 KB
groups

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).

delete/v1/groups/{groupId}/tests/{testId}

Path parameters

groupIdstring uuid required

Test group ID

testIdstring uuid required

Test ID

Headers

Authorizationstring required

API key authentication using Bearer token format

Response

Idempotent removal result

groupIdstring uuid required
testIdstring uuid required
removedboolean required